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
e0e32710
Commit
e0e32710
authored
Dec 21, 2009
by
Sage Weil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ceph: only unregister registered bdi
Signed-off-by:
Sage Weil
<
sage@newdream.net
>
parent
5dacf091
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
fs/ceph/super.c
fs/ceph/super.c
+2
-1
No files found.
fs/ceph/super.c
View file @
e0e32710
...
...
@@ -942,7 +942,8 @@ static void ceph_kill_sb(struct super_block *s)
dout
(
"kill_sb %p
\n
"
,
s
);
ceph_mdsc_pre_umount
(
&
client
->
mdsc
);
kill_anon_super
(
s
);
/* will call put_super after sb is r/o */
bdi_unregister
(
&
client
->
backing_dev_info
);
if
(
s
->
s_bdi
==
&
client
->
backing_dev_info
)
bdi_unregister
(
&
client
->
backing_dev_info
);
bdi_destroy
(
&
client
->
backing_dev_info
);
ceph_destroy_client
(
client
);
}
...
...
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