commit | fe238e601d2519f259103ab65caea3b077ed7b39 | [log] [tgz] |
---|---|---|
author | Dave Wysochanski <[email protected]> | Fri Apr 01 13:45:09 2016 -0400 |
committer | Anna Schumaker <[email protected]> | Mon May 09 09:05:40 2016 -0400 |
tree | 88b50933a24b69ccae24bb52f2f9bfb6b1dce2e7 | |
parent | ed3743a6d4f309f5278c87a69e3125382b78455c [diff] |
NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock Commit ea2cf22 created nfs_commit_info and saved &inode->i_lock inside this NFS specific structure. This obscures the usage of i_lock. Instead, save struct inode * so later it's clear the spinlock taken is i_lock. Should be no functional change. Signed-off-by: Dave Wysochanski <[email protected]> Signed-off-by: Anna Schumaker <[email protected]>