swap: Add flag to identify block swap devices
authorNitin Gupta <ngupta@vflare.org>
Mon, 17 May 2010 05:32:42 +0000 (11:02 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 18 May 2010 22:07:52 +0000 (15:07 -0700)
Added SWP_BLKDEV flag to distinguish block and regular file backed
swap devices. We could also check if a swap is entire block device,
rather than a file, by:
S_ISBLK(swap_info_struct->swap_file->f_mapping->host->i_mode)
but, I think, simply checking this flag is more convenient.

Signed-off-by: Nitin Gupta <ngupta@vflare.org>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Acked-by: Nigel Cunningham <nigel@tuxonice.net>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Reviewed-by: Minchan Kim <minchan.kim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found