commit | e824f99adaaf1ed0e03eac8574599af6d992163d | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Aug 01 11:53:49 2017 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Aug 15 11:54:47 2017 -0400 |
tree | c5d2716566d21f023bd278dae6a92a06cbe72816 | |
parent | b30d2f04c35d539bf8003b3e014c389abefc249b [diff] |
NFSv4: Use a mutex to protect the per-inode commit lists The commit lists can get very large, so using the inode->i_lock can end up affecting general metadata performance. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>