diff options
Diffstat (limited to 'fs/ubifs/debug.c')
-rw-r--r-- | fs/ubifs/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c index 4a2170dce0db..26d4c6173181 100644 --- a/fs/ubifs/debug.c +++ b/fs/ubifs/debug.c | |||
@@ -1177,7 +1177,7 @@ int dbg_check_synced_i_size(struct inode *inode) | |||
1177 | * Note, it is good idea to make sure the @dir->i_mutex is locked before | 1177 | * Note, it is good idea to make sure the @dir->i_mutex is locked before |
1178 | * calling this function. | 1178 | * calling this function. |
1179 | */ | 1179 | */ |
1180 | int dbg_check_dir_size(struct ubifs_info *c, const struct inode *dir) | 1180 | int dbg_check_dir(struct ubifs_info *c, const struct inode *dir) |
1181 | { | 1181 | { |
1182 | unsigned int nlink = 2; | 1182 | unsigned int nlink = 2; |
1183 | union ubifs_key key; | 1183 | union ubifs_key key; |