X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fxfs%2Flinux-2.6%2Fxfs_stats.c;h=aaf5ddba47f300245ab297ae98574c8f83cb9d51;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=86b633e7a20a365871122caf4d6381e0cf2f82c6;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/fs/xfs/linux-2.6/xfs_stats.c b/fs/xfs/linux-2.6/xfs_stats.c index 86b633e7a..aaf5ddba4 100644 --- a/fs/xfs/linux-2.6/xfs_stats.c +++ b/fs/xfs/linux-2.6/xfs_stats.c @@ -119,9 +119,9 @@ xfs_read_xfsstats( void xfs_init_procfs(void) { - if (!proc_mkdir("fs/xfs", 0)) + if (!proc_mkdir("fs/xfs", NULL)) return; - create_proc_read_entry("fs/xfs/stat", 0, 0, xfs_read_xfsstats, NULL); + create_proc_read_entry("fs/xfs/stat", 0, NULL, xfs_read_xfsstats, NULL); } void