aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Alcantara <pcacjr@zytor.com>2012-07-21 01:12:45 -0300
committerPaulo Alcantara <pcacjr@zytor.com>2012-07-21 01:21:47 -0300
commitc6ebbeeae4df1ba6adde3dca6c25097a77aad67a (patch)
tree9586959cf95a07eb2b9c88c1e9d04c217526a93f
parent17e8dcedf86960faf5da1d246ff1427d6decbbd6 (diff)
downloadsyslinux-c6ebbeeae4df1ba6adde3dca6c25097a77aad67a.tar.gz
syslinux-c6ebbeeae4df1ba6adde3dca6c25097a77aad67a.tar.xz
syslinux-c6ebbeeae4df1ba6adde3dca6c25097a77aad67a.zip
xfs: Remove unnecessary debug message in xfs_getfssec()
Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
-rw-r--r--core/fs/xfs/xfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fs/xfs/xfs.c b/core/fs/xfs/xfs.c
index 7981ad3d..c91e9c36 100644
--- a/core/fs/xfs/xfs.c
+++ b/core/fs/xfs/xfs.c
@@ -438,8 +438,6 @@ static int xfs_readdir(struct file *file, struct dirent *dirent)
static uint32_t xfs_getfssec(struct file *file, char *buf, int sectors,
bool *have_more)
{
- xfs_debug("in");
-
return generic_getfssec(file, buf, sectors, have_more);
}