diff options
author | Namhyung Kim <namhyung@gmail.com> | 2010-12-27 01:41:53 +0900 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-17 04:54:38 -0500 |
commit | 974d879e8070bbb132bd4e79ef314703853d0b82 (patch) | |
tree | 34dc5c46b4eccf4b6fe1fb96fb5fb6b457e0c50e /fs/compat.c | |
parent | 6a5640f10255a8941a3a57396dda20af7a5c9a9e (diff) | |
download | linux-3.10-974d879e8070bbb132bd4e79ef314703853d0b82.tar.gz linux-3.10-974d879e8070bbb132bd4e79ef314703853d0b82.tar.bz2 linux-3.10-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/compat.c')
-rw-r--r-- | fs/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/compat.c b/fs/compat.c index d717442c413..c62b5e6a1c1 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) |