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
21f3b5f1
Commit
21f3b5f1
authored
Jan 19, 2011
by
Sage Weil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ceph: remove debugfs debug cruft
Whoops! Signed-off-by:
Sage Weil
<
sage@newdream.net
>
parent
6f6c7006
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
fs/ceph/debugfs.c
fs/ceph/debugfs.c
+0
-6
No files found.
fs/ceph/debugfs.c
View file @
21f3b5f1
...
...
@@ -210,8 +210,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
if
(
!
fsc
->
debugfs_congestion_kb
)
goto
out
;
dout
(
"a
\n
"
);
snprintf
(
name
,
sizeof
(
name
),
"../../bdi/%s"
,
dev_name
(
fsc
->
backing_dev_info
.
dev
));
fsc
->
debugfs_bdi
=
...
...
@@ -221,7 +219,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
if
(
!
fsc
->
debugfs_bdi
)
goto
out
;
dout
(
"b
\n
"
);
fsc
->
debugfs_mdsmap
=
debugfs_create_file
(
"mdsmap"
,
0600
,
fsc
->
client
->
debugfs_dir
,
...
...
@@ -230,7 +227,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
if
(
!
fsc
->
debugfs_mdsmap
)
goto
out
;
dout
(
"ca
\n
"
);
fsc
->
debugfs_mdsc
=
debugfs_create_file
(
"mdsc"
,
0600
,
fsc
->
client
->
debugfs_dir
,
...
...
@@ -239,7 +235,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
if
(
!
fsc
->
debugfs_mdsc
)
goto
out
;
dout
(
"da
\n
"
);
fsc
->
debugfs_caps
=
debugfs_create_file
(
"caps"
,
0400
,
fsc
->
client
->
debugfs_dir
,
...
...
@@ -248,7 +243,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
if
(
!
fsc
->
debugfs_caps
)
goto
out
;
dout
(
"ea
\n
"
);
fsc
->
debugfs_dentry_lru
=
debugfs_create_file
(
"dentry_lru"
,
0600
,
fsc
->
client
->
debugfs_dir
,
...
...
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