[PATCH] fs/ufs: debug mode compilation failure

From: Evgeniy
Date: Fri Jan 06 2006 - 13:30:05 EST


This patch should fix compilation failure of fs/ufs/dir.c with defined UFS_DIR_DEBUG

Signed-off-by: Evgeniy Dushistov <dushistov@xxxxxxx>

---

--- linux-2.6.15-rc7/fs/ufs/dir.c.orig 2006-01-02 16:34:41.932673500 +0300
+++ linux-2.6.15-rc7/fs/ufs/dir.c 2006-01-02 16:36:20.090808000 +0300
@@ -491,7 +491,7 @@ int ufs_delete_entry (struct inode * ino

UFSD(("ino %u, reclen %u, namlen %u, name %s\n",
fs32_to_cpu(sb, de->d_ino),
- fs16to_cpu(sb, de->d_reclen),
+ fs16_to_cpu(sb, de->d_reclen),
ufs_get_de_namlen(sb, de), de->d_name))

while (i < bh->b_size) {

--
/Evgeniy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/