[PATCH] Unlinline a bunch of other functions
[deliverable/linux.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) {
This page took 0.023612 seconds and 5 git commands to generate.