commit | f508d46ae41a796036aef566637685dbf83b554f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Thu Jun 23 09:55:48 2016 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Jul 05 19:11:05 2016 -0400 |
tree | 0e3354b3062b422e0c9e4f4465c1a8f6b1fec58a | |
parent | f7b5c340aca87d736a6b15aa40bf135f1baab011 [diff] |
NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin() We're now waiting immediately after taking the locks, so waiting in fsync() and write_begin() is either redundant or potentially subject to livelock (if not holding the lock). Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>