Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeenkaur committed Apr 23, 2024
1 parent c66f8e5 commit edf7b41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/fs/fs.go
Expand Up @@ -1421,7 +1421,6 @@ func (fs *fileSystem) SetInodeAttributes(
func (fs *fileSystem) ForgetInode(
ctx context.Context,
op *fuseops.ForgetInodeOp) (err error) {
ctx = fs.ignoreInterruptsIfFlagIsSet(ctx)
// Find the inode.
fs.mu.Lock()
in := fs.inodeOrDie(op.Inode)
Expand Down Expand Up @@ -2193,7 +2192,6 @@ func (fs *fileSystem) ReadFile(
func (fs *fileSystem) ReadSymlink(
ctx context.Context,
op *fuseops.ReadSymlinkOp) (err error) {
ctx = fs.ignoreInterruptsIfFlagIsSet(ctx)
// Find the inode.
fs.mu.Lock()
in := fs.symlinkInodeOrDie(op.Inode)
Expand Down

0 comments on commit edf7b41

Please sign in to comment.