Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273916
b: refs/heads/master
c: 5c8a0fb
h: refs/heads/master
v: v3
  • Loading branch information
Dan McGee authored and Linus Torvalds committed Nov 5, 2011
1 parent 94e4543 commit 57cb8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fba9569924e06da076cb2ad12474bbd82d69f54d
refs/heads/master: 5c8a0fbba543d9428a486f0d1282bbcf3cf1d95a
2 changes: 1 addition & 1 deletion trunk/fs/statfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ EXPORT_SYMBOL(vfs_statfs);
int user_statfs(const char __user *pathname, struct kstatfs *st)
{
struct path path;
int error = user_path(pathname, &path);
int error = user_path_at(AT_FDCWD, pathname, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &path);
if (!error) {
error = vfs_statfs(&path, st);
path_put(&path);
Expand Down

0 comments on commit 57cb8c6

Please sign in to comment.