Loading fs/dcache.c +13 −18 Original line number Diff line number Diff line Loading @@ -828,10 +828,7 @@ static inline bool fast_dput(struct dentry *dentry) */ void dput(struct dentry *dentry) { if (unlikely(!dentry)) return; repeat: while (dentry) { might_sleep(); rcu_read_lock(); Loading @@ -849,8 +846,6 @@ void dput(struct dentry *dentry) } dentry = dentry_kill(dentry); if (dentry) { goto repeat; } } EXPORT_SYMBOL(dput); Loading Loading
fs/dcache.c +13 −18 Original line number Diff line number Diff line Loading @@ -828,10 +828,7 @@ static inline bool fast_dput(struct dentry *dentry) */ void dput(struct dentry *dentry) { if (unlikely(!dentry)) return; repeat: while (dentry) { might_sleep(); rcu_read_lock(); Loading @@ -849,8 +846,6 @@ void dput(struct dentry *dentry) } dentry = dentry_kill(dentry); if (dentry) { goto repeat; } } EXPORT_SYMBOL(dput); Loading