commit | 388ef16640cefd202daa723fba02e7c0266f8454 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Sep 01 03:31:33 2015 -0700 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Sep 01 15:12:11 2015 -0700 |
tree | 794d155fa7736762624f6e215831830e29258f82 | |
parent | 972398fa0a5f47c6ee0bde4d6d24b29f90ec888d [diff] |
NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid() Unlike the files layout, flexfiles does not test for the NFS_DEVICEID_INVALID flag. Instead it relies on NFS_DEVICEID_UNAVAILABLE. Fix is to replace with nfs4_mark_deviceid_unavailable(). Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>