mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
fs: block_dump: Don't display inode changes if block_dump < 2
Signed-off-by: San Mehat <san@android.com>
(cherry picked from commit c57ca7e153
)
This commit is contained in:
parent
f0b5f61af5
commit
c519917200
1 changed files with 1 additions and 1 deletions
|
@ -1082,7 +1082,7 @@ void __mark_inode_dirty(struct inode *inode, int flags)
|
|||
if ((inode->i_state & flags) == flags)
|
||||
return;
|
||||
|
||||
if (unlikely(block_dump))
|
||||
if (unlikely(block_dump > 1))
|
||||
block_dump___mark_inode_dirty(inode);
|
||||
|
||||
spin_lock(&inode->i_lock);
|
||||
|
|
Loading…
Reference in a new issue