fs/fat: remove unnecessary defintion
authorAlexander Kuleshov <[email protected]>
Thu, 16 Apr 2015 19:47:21 +0000 (12:47 -0700)
committerLinus Torvalds <[email protected]>
Fri, 17 Apr 2015 13:04:05 +0000 (09:04 -0400)
commita40a7d9d07b818ce9aa9f6ddf86076a5eef2d8f9
tree6b1abfdc90126bf0df7982402e1a5af9109d6b18
parentdb579e76f06e78de011b2cb7e028740a82f5558c
fs/fat: remove unnecessary defintion

'*sb' never used, so let's remote it and pass inode->i_sb directly to the
MSDOS_SB.

Signed-off-by: Alexander Kuleshov <[email protected]>
Acked-by: OGAWA Hirofumi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/fat/inode.c