Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rgw_file: fix spurious mount entries w/Linux NFS client
This change fixes the initialization of root file handles to have their correct fs instance. Previously, the root file handle had fs_inst-1. The apparent change in fsid in a subordinate directory triggers the client's behavior for new filesystem mounts, which we don't want. Fixes: http://tracker.ceph.com/issues/17850 Signed-off-by: Matt Benjamin <[email protected]>
- Loading branch information