Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
66c6af2e
Commit
66c6af2e
authored
Jun 16, 2009
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fuse doesn't need BKL in ->umount_begin()
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
fe36adf4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
fs/fuse/inode.c
fs/fuse/inode.c
+0
-3
No files found.
fs/fuse/inode.c
View file @
66c6af2e
...
...
@@ -19,7 +19,6 @@
#include <linux/random.h>
#include <linux/sched.h>
#include <linux/exportfs.h>
#include <linux/smp_lock.h>
MODULE_AUTHOR
(
"Miklos Szeredi <miklos@szeredi.hu>"
);
MODULE_DESCRIPTION
(
"Filesystem in Userspace"
);
...
...
@@ -260,9 +259,7 @@ struct inode *fuse_iget(struct super_block *sb, u64 nodeid,
static
void
fuse_umount_begin
(
struct
super_block
*
sb
)
{
lock_kernel
();
fuse_abort_conn
(
get_fuse_conn_super
(
sb
));
unlock_kernel
();
}
static
void
fuse_send_destroy
(
struct
fuse_conn
*
fc
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment