Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
ee450f79
Commit
ee450f79
authored
Jun 16, 2009
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9P doesn't need BKL in ->umount_begin()
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
66c6af2e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
fs/9p/vfs_super.c
fs/9p/vfs_super.c
+0
-3
No files found.
fs/9p/vfs_super.c
View file @
ee450f79
...
@@ -37,7 +37,6 @@
...
@@ -37,7 +37,6 @@
#include <linux/mount.h>
#include <linux/mount.h>
#include <linux/idr.h>
#include <linux/idr.h>
#include <linux/sched.h>
#include <linux/sched.h>
#include <linux/smp_lock.h>
#include <net/9p/9p.h>
#include <net/9p/9p.h>
#include <net/9p/client.h>
#include <net/9p/client.h>
...
@@ -231,10 +230,8 @@ v9fs_umount_begin(struct super_block *sb)
...
@@ -231,10 +230,8 @@ v9fs_umount_begin(struct super_block *sb)
{
{
struct
v9fs_session_info
*
v9ses
;
struct
v9fs_session_info
*
v9ses
;
lock_kernel
();
v9ses
=
sb
->
s_fs_info
;
v9ses
=
sb
->
s_fs_info
;
v9fs_session_cancel
(
v9ses
);
v9fs_session_cancel
(
v9ses
);
unlock_kernel
();
}
}
static
const
struct
super_operations
v9fs_super_ops
=
{
static
const
struct
super_operations
v9fs_super_ops
=
{
...
...
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