* [PATCH] fs/ufs: debug mode compilation failure
@ 2006-01-06 18:18 Evgeniy
0 siblings, 0 replies; only message in thread
From: Evgeniy @ 2006-01-06 18:18 UTC (permalink / raw)
To: torvalds, akpm; +Cc: linux-kernel, linux-fsdevel
This patch should fix compilation failure of fs/ufs/dir.c with defined UFS_DIR_DEBUG
Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
---
--- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-06 18:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-06 18:18 [PATCH] fs/ufs: debug mode compilation failure Evgeniy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).