[PATCH] Get rid of Intermezzo warning

From: Stephen Hemminger
Date: Tue Sep 09 2003 - 16:40:27 EST


On 2.6.0-test5 there is a leftover MOD_ warning in intermezzo, since it sets
owner on the file system operations there should be no need for explicit
module manipulation.

diff -Nru a/fs/intermezzo/inode.c b/fs/intermezzo/inode.c
--- a/fs/intermezzo/inode.c Tue Sep 9 11:21:57 2003
+++ b/fs/intermezzo/inode.c Tue Sep 9 11:21:57 2003
@@ -167,7 +167,6 @@
exit:
CDEBUG(D_MALLOC, "after umount: kmem %ld, vmem %ld\n",
presto_kmemory, presto_vmemory);
- MOD_DEC_USE_COUNT;
return ;
}

-
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/