mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-20 12:18:58 +00:00
VFS: fix unused variable warning
Commit 33dcdac2df54e66c447ae03f58c95c7251aa5649 ("kill ->put_inode") removed the final use of i_op->put_inode, but left the now totally unused "op" variable in iput(). Get rid of it. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
aeed5fce37
commit
6ce07c7b61
@ -1149,8 +1149,6 @@ static inline void iput_final(struct inode *inode)
|
||||
void iput(struct inode *inode)
|
||||
{
|
||||
if (inode) {
|
||||
const struct super_operations *op = inode->i_sb->s_op;
|
||||
|
||||
BUG_ON(inode->i_state == I_CLEAR);
|
||||
|
||||
if (atomic_dec_and_lock(&inode->i_count, &inode_lock))
|
||||
|
Loading…
x
Reference in New Issue
Block a user