Skip to content
Snippets Groups Projects
Commit 1b9b7070 authored by alex's avatar alex
Browse files

- dump i_mode as well

parent 294868c9
No related branches found
No related tags found
No related merge requests found
...@@ -238,7 +238,8 @@ static int smfs_do_lookup (struct inode * dir, ...@@ -238,7 +238,8 @@ static int smfs_do_lookup (struct inode * dir,
dir->i_ino, tmp->d_parent->d_name.len, dir->i_ino, tmp->d_parent->d_name.len,
tmp->d_parent->d_name.name, tmp->d_parent->d_name.name,
cache_dir->i_nlink); cache_dir->i_nlink);
CDEBUG(D_ERROR, "rc = %d\n", rc); CDEBUG(D_ERROR, "i_mode %o, rc = %d\n",
ind->i_mode, rc);
if (is_bad_inode(ind)) if (is_bad_inode(ind))
CDEBUG(D_ERROR, "bad inode returned %lu/%u\n", CDEBUG(D_ERROR, "bad inode returned %lu/%u\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment