]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
udf: super.c Fix warning: variable 'sbi' set but not used
authorJustin P. Mattock <justinmattock@gmail.com>
Thu, 8 Jul 2010 04:42:13 +0000 (21:42 -0700)
committerJan Kara <jack@suse.cz>
Mon, 2 Aug 2010 12:57:40 +0000 (14:57 +0200)
commit581b7e9fc00789782cb3bdca58db49f6f0f66608
tree09760be83f7b3896a161c472083079d0a0964651
parentde67445f0e6009fd1e338eda023857b18b16e647
udf: super.c Fix warning: variable 'sbi' set but not used

This fixes this warning when building the kernel:
  CC      fs/udf/super.o
fs/udf/super.c: In function 'udf_load_sequence':
fs/udf/super.c:1582:22: warning: variable 'sbi' set but not used
Please have a look, when you have time and let me know.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/super.c