Messages in this thread Patch in this message |  | | | From | Namhyung Kim <> | | Subject | [PATCH 2/3] compat: update comment of compat statfs syscalls | | Date | Mon, 27 Dec 2010 01:41:53 +0900 |
| |
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> --- fs/compat.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/compat.c b/fs/compat.c index 0a22f973f4b5..037df434b038 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) -- 1.7.3.4.600.g982838b0
|  |