From mboxrd@z Thu Jan 1 00:00:00 1970 From: Namhyung Kim Subject: [PATCH 2/3] compat: update comment of compat statfs syscalls Date: Mon, 27 Dec 2010 01:41:53 +0900 Message-ID: <1293381714-5264-2-git-send-email-namhyung@gmail.com> References: <1293381714-5264-1-git-send-email-namhyung@gmail.com> Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Kosina To: Alexander Viro Return-path: In-Reply-To: <1293381714-5264-1-git-send-email-namhyung@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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 Cc: Jiri Kosina --- 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