]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/dcache.c
[PATCH] ext2: remove d_splice_alias NULL check from ext2_lookup
[linux-2.6-omap-h63xx.git] / fs / dcache.c
index 134d6775183f80b393317b5fa9d691fce7eb2fa1..86bdb93789c6629c60027fdba100e99aa2709610 100644 (file)
@@ -94,7 +94,7 @@ static void d_free(struct dentry *dentry)
  * d_iput() operation if defined.
  * Called with dcache_lock and per dentry lock held, drops both.
  */
-static inline void dentry_iput(struct dentry * dentry)
+static void dentry_iput(struct dentry * dentry)
 {
        struct inode *inode = dentry->d_inode;
        if (inode) {