diff options
author | Namhyung Kim <namhyung@gmail.com> | 2010-12-26 11:41:53 -0500 |
---|---|---|
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) |
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 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 * | |||
257 | } | 257 | } |
258 | 258 | ||
259 | /* | 259 | /* |
260 | * The following statfs calls are copies of code from fs/open.c and | 260 | * The following statfs calls are copies of code from fs/statfs.c and |
261 | * should be checked against those from time to time | 261 | * should be checked against those from time to time |
262 | */ | 262 | */ |
263 | asmlinkage long compat_sys_statfs(const char __user *pathname, struct compat_statfs __user *buf) | 263 | asmlinkage long compat_sys_statfs(const char __user *pathname, struct compat_statfs __user *buf) |