aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/cnode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/coda/cnode.c')
-rw-r--r--fs/coda/cnode.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/coda/cnode.c b/fs/coda/cnode.c
index 2e5badf67f98..e2dcf2addf3f 100644
--- a/fs/coda/cnode.c
+++ b/fs/coda/cnode.c
@@ -137,11 +137,6 @@ struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb)
137 struct inode *inode; 137 struct inode *inode;
138 unsigned long hash = coda_f2i(fid); 138 unsigned long hash = coda_f2i(fid);
139 139
140 if ( !sb ) {
141 pr_warn("%s: no sb!\n", __func__);
142 return NULL;
143 }
144
145 inode = ilookup5(sb, hash, coda_test_inode, fid); 140 inode = ilookup5(sb, hash, coda_test_inode, fid);
146 if ( !inode ) 141 if ( !inode )
147 return NULL; 142 return NULL;