Skip to content
Commit 9a232de4 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

ncpfs: fix unused variable warning



Without CONFIG_NCPFS_NLS the following warning is seen:

fs/ncpfs/dir.c: In function 'ncp_hash_dentry':
fs/ncpfs/dir.c:136:23: warning: unused variable 'sb' [-Wunused-variable]
   struct super_block *sb = dentry->d_sb;

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 08895a8b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment