[syslinux:elflink] xfs: Remove unnecessary debug message in xfs_getfssec()

syslinux-bot for Paulo Alcantara pcacjr at zytor.com
Tue Nov 27 12:57:13 PST 2012


Commit-ID:  c6ebbeeae4df1ba6adde3dca6c25097a77aad67a
Gitweb:     http://www.syslinux.org/commit/c6ebbeeae4df1ba6adde3dca6c25097a77aad67a
Author:     Paulo Alcantara <pcacjr at zytor.com>
AuthorDate: Sat, 21 Jul 2012 01:12:45 -0300
Committer:  Paulo Alcantara <pcacjr at zytor.com>
CommitDate: Sat, 21 Jul 2012 01:21:47 -0300

xfs: Remove unnecessary debug message in xfs_getfssec()

Signed-off-by: Paulo Alcantara <pcacjr at zytor.com>

---
 core/fs/xfs/xfs.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/fs/xfs/xfs.c b/core/fs/xfs/xfs.c
index 7981ad3..c91e9c3 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);
 }
 


More information about the Syslinux-commits mailing list