X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fxfs%2Flinux-2.6%2Fxfs_fs_subr.c;h=05ebd30ec96f2fcf0181c8164f4745b41e94ea43;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=afad97018512ae30024b59fc9964f4e515264873;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/fs/xfs/linux-2.6/xfs_fs_subr.c b/fs/xfs/linux-2.6/xfs_fs_subr.c index afad97018..05ebd30ec 100644 --- a/fs/xfs/linux-2.6/xfs_fs_subr.c +++ b/fs/xfs/linux-2.6/xfs_fs_subr.c @@ -36,7 +36,7 @@ * Stub for no-op vnode operations that return error status. */ int -fs_noerr() +fs_noerr(void) { return 0; } @@ -45,7 +45,7 @@ fs_noerr() * Operation unsupported under this file system. */ int -fs_nosys() +fs_nosys(void) { return ENOSYS; } @@ -55,7 +55,7 @@ fs_nosys() */ /* ARGSUSED */ void -fs_noval() +fs_noval(void) { }