[PATCH] kill lock_kernel() in inode_setattr()
All we're doing in there is writing things into the inode. I see no need for the lock_kernel(). And holding lock_kernel() across mark_inode_dirty() hurts on big SMP.
Showing
Please register or sign in to comment