-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-16932 dfuse: do not flush dentries at fs stop
This operation will never succeed since the file system is already unmounted. Therefore it always returns EBADF from libfuse. Actually, it should not attempt to do that since dentries will be cleared by kernel at the time of unmounting. Change-Id: I18eaffc0437d05e5ccc50d0a548451c4837cb1f9 Signed-off-by: Jinshan Xiong <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters