Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39983
b: refs/heads/master
c: 85233a7
h: refs/heads/master
i:
  39981: b8b04d6
  39979: 1ea489d
  39975: 5ee0dea
  39967: 8107d0e
v: v3
  • Loading branch information
Chuck Lever authored and Linus Torvalds committed Oct 20, 2006
1 parent 1b2947b commit 9ea56d8
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: 39cf8a1374dc51fea169190674d5e4996a7d7ea2
refs/heads/master: 85233a7a436a48a0b98e7976a66797e5da79c9d6
2 changes: 1 addition & 1 deletion trunk/fs/nfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ __nfs_revalidate_inode(struct nfs_server *server, struct inode *inode)

nfs_inc_stats(inode, NFSIOS_INODEREVALIDATE);
lock_kernel();
if (!inode || is_bad_inode(inode))
if (is_bad_inode(inode))
goto out_nowait;
if (NFS_STALE(inode))
goto out_nowait;
Expand Down

0 comments on commit 9ea56d8

Please sign in to comment.