X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fdcache.c;h=86bdb93789c6629c60027fdba100e99aa2709610;hb=d04ae27bae42bcce1b3fa70ca2edf25d92b1cf39;hp=134d6775183f80b393317b5fa9d691fce7eb2fa1;hpb=dd49f96777d5a72d5591ac2112d4ac940391774e;p=linux-2.6 diff --git a/fs/dcache.c b/fs/dcache.c index 134d677518..86bdb93789 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -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) {