|
@@ -1149,8 +1149,6 @@ static inline void iput_final(struct inode *inode)
|
|
void iput(struct inode *inode)
|
|
void iput(struct inode *inode)
|
|
{
|
|
{
|
|
if (inode) {
|
|
if (inode) {
|
|
- const struct super_operations *op = inode->i_sb->s_op;
|
|
|
|
-
|
|
|
|
BUG_ON(inode->i_state == I_CLEAR);
|
|
BUG_ON(inode->i_state == I_CLEAR);
|
|
|
|
|
|
if (atomic_dec_and_lock(&inode->i_count, &inode_lock))
|
|
if (atomic_dec_and_lock(&inode->i_count, &inode_lock))
|