aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2010-12-27 01:41:53 +0900
committerAl Viro <viro@zeniv.linux.org.uk>2011-01-17 04:54:38 -0500
commit974d879e8070bbb132bd4e79ef314703853d0b82 (patch)
tree34dc5c46b4eccf4b6fe1fb96fb5fb6b457e0c50e /fs
parentcompat: remove unnecessary assignment in compat_rw_copy_check_uvector() (diff)
downloadlinux-dev-974d879e8070bbb132bd4e79ef314703853d0b82.tar.xz
linux-dev-974d879e8070bbb132bd4e79ef314703853d0b82.zip
compat: update comment of compat statfs syscalls
The commit 7ed1ee6118ae ("Take statfs variants to fs/statfs.c") separates out statfs syscalls from fs/open.c. Thus the comment should be changed also. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Cc: Jiri Kosina <trivial@kernel.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs')
-rw-r--r--fs/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/compat.c b/fs/compat.c
index d717442c4133..c62b5e6a1c15 100644
--- a/fs/compat.c
+++ b/fs/compat.c
@@ -257,7 +257,7 @@ static int put_compat_statfs(struct compat_statfs __user *ubuf, struct kstatfs *
}
/*
- * The following statfs calls are copies of code from fs/open.c and
+ * The following statfs calls are copies of code from fs/statfs.c and
* should be checked against those from time to time
*/
asmlinkage long compat_sys_statfs(const char __user *pathname, struct compat_statfs __user *buf)