Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322669
b: refs/heads/master
c: 55815f7
h: refs/heads/master
i:
  322667: 230fe24
v: v3
  • Loading branch information
Linus Torvalds committed Sep 14, 2012
1 parent 314a0a5 commit 6e25323
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: fbcbe2b3c92ee1c930dcfcf8bb764074c100fd63
refs/heads/master: 55815f70147dcfa3ead5738fd56d3574e2e3c1c2
2 changes: 1 addition & 1 deletion trunk/fs/stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ EXPORT_SYMBOL(vfs_getattr);
int vfs_fstat(unsigned int fd, struct kstat *stat)
{
int fput_needed;
struct file *f = fget_light(fd, &fput_needed);
struct file *f = fget_raw_light(fd, &fput_needed);
int error = -EBADF;

if (f) {
Expand Down

0 comments on commit 6e25323

Please sign in to comment.