diff options
Diffstat (limited to 'fs/ceph/debugfs.c')
| -rw-r--r-- | fs/ceph/debugfs.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/debugfs.c b/fs/ceph/debugfs.c index fb962efdace..6d59006bfa2 100644 --- a/fs/ceph/debugfs.c +++ b/fs/ceph/debugfs.c @@ -201,6 +201,7 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc)  	int err = -ENOMEM;  	dout("ceph_fs_debugfs_init\n"); +	BUG_ON(!fsc->client->debugfs_dir);  	fsc->debugfs_congestion_kb =  		debugfs_create_file("writeback_congestion_kb",  				    0600,  |