diff options
Diffstat (limited to 'sys/fs/fuse/fuse_file.c')
-rw-r--r-- | sys/fs/fuse/fuse_file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/fuse/fuse_file.c b/sys/fs/fuse/fuse_file.c index 4e96edd..d9fb67b 100644 --- a/sys/fs/fuse/fuse_file.c +++ b/sys/fs/fuse/fuse_file.c @@ -192,7 +192,6 @@ out: atomic_subtract_acq_int(&fuse_fh_count, 1); fufh->fh_id = (uint64_t)-1; fufh->fh_type = FUFH_INVALID; - fuse_invalidate_attr(vp); return err; } |