Commit 974d879e8070bbb132bd4e79ef314703853d0b82

Authored by Namhyung Kim
Committed by Al Viro
1 parent 6a5640f102

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -257,7 +257,7 @@
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 261 * should be checked against those from time to time
262 262 */
263 263 asmlinkage long compat_sys_statfs(const char __user *pathname, struct compat_statfs __user *buf)