Skip to content

Commit

Permalink
compat: update comment of compat statfs syscalls
Browse files Browse the repository at this point in the history
The commit 7ed1ee6 ("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 <[email protected]>
Cc: Jiri Kosina <[email protected]>
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
namhyung authored and Al Viro committed Jan 17, 2011
1 parent 6a5640f commit 974d879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 974d879

Please sign in to comment.