summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorCesar Eduardo Barros <cesarb@cesarb.net>2011-03-22 23:33:23 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2011-03-23 00:44:07 (GMT)
commitf2090d2df51d7cdb2f952dcfdcd8baaac0aec444 (patch)
tree474daba281f890d44ee22b23137d99cb5021f381 /arch
parent7de7fb6b3422e6d1dac00666a992834085e745dc (diff)
downloadlinux-f2090d2df51d7cdb2f952dcfdcd8baaac0aec444.tar.xz
sys_swapon: remove bdev variable
The bdev variable is always equivalent to (S_ISBLK(inode->i_mode) ? p->bdev : NULL), as long as it being set is moved to a bit earlier. Use this fact to remove the bdev variable. Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> Tested-by: Eric B Munson <emunson@mgebm.net> Acked-by: Eric B Munson <emunson@mgebm.net> Reviewed-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Cc: Hugh Dickins <hughd@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions