commit | c0f5f5059f6c9c9efb6ca688f4d6a800c11f6b58 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Jun 26 14:51:32 2015 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Jun 26 14:51:32 2015 -0400 |
tree | a5a4556f91e52c95540cc7cb6f3eb3088265cd99 | |
parent | 122d328d303afaa06ad530ca0b2e5be3cd50a1a5 [diff] |
pNFS/flexfiles: Turn off layoutcommit for servers that don't need it This patch ensures that we record the value of 'ffl_flags' from the layout, and then checks for the presence of the FF_FLAGS_NO_LAYOUTCOMMIT flag before deciding whether or not to call pnfs_set_layoutcommit(). The effect is that servers now can decide whether or not they want the client to call layoutcommit before returning a writeable layout. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>