Skip to content
Commit 6ce07c7b authored by Linus Torvalds's avatar Linus Torvalds
Browse files

VFS: fix unused variable warning

Commit 33dcdac2

 ("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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent aeed5fce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment