Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 974d879e authored by Namhyung Kim's avatar Namhyung Kim Committed by Al Viro
Browse files

compat: update comment of compat statfs syscalls



The commit 7ed1ee61 ("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: default avatarNamhyung Kim <namhyung@gmail.com>
Cc: Jiri Kosina <trivial@kernel.org>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 6a5640f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
 * should be checked against those from time to time
 */
 */
asmlinkage long compat_sys_statfs(const char __user *pathname, struct compat_statfs __user *buf)
asmlinkage long compat_sys_statfs(const char __user *pathname, struct compat_statfs __user *buf)