Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360509
b: refs/heads/master
c: f6488c9
h: refs/heads/master
i:
  360507: ebad3dd
v: v3
  • Loading branch information
Jeff Layton authored and Trond Myklebust committed Feb 28, 2013
1 parent 587e5d5 commit f28bb79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a47970ff7814718fec31b7d966747c6aa1a3545f
refs/heads/master: f6488c9ba51d65410e2dbc4345413c0d9120971e
2 changes: 2 additions & 0 deletions trunk/fs/nfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ nfs_find_actor(struct inode *inode, void *opaque)

if (NFS_FILEID(inode) != fattr->fileid)
return 0;
if ((S_IFMT & inode->i_mode) != (S_IFMT & fattr->mode))
return 0;
if (nfs_compare_fh(NFS_FH(inode), fh))
return 0;
if (is_bad_inode(inode) || NFS_STALE(inode))
Expand Down

0 comments on commit f28bb79

Please sign in to comment.