]> git.neil.brown.name Git - history.git/commit
[PATCH] assorted kdev_t cleanups in filesystems
authorAlexander Viro <viro@math.psu.edu>
Thu, 4 Jul 2002 15:54:03 +0000 (08:54 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Thu, 4 Jul 2002 15:54:03 +0000 (08:54 -0700)
commitc9add9b811a80322afe4388aa012ff431d41e0cf
tree1628d9fb257da484cdb83ccfc00749e0580f2e7a
parentab6a5810c0caab37af2b32016d45d48af8af57aa
[PATCH] assorted kdev_t cleanups in filesystems

* JFS uses its ->logdev only twice - one of the places assigns
it to_kdev_t(le32_to_cpu(...)), another uses kdev_t_to_nr() of it.
Switched to u32 - it's just a place where we store device number we'd got
from superblock.
* several reiserfs_fs.h function prototypes removed - functions
in question don't exist anymore.
* smbfs doesn't support device nodes; ->f_rdev removed.
fs/jfs/jfs_incore.h
fs/jfs/jfs_logmgr.c
fs/jfs/jfs_mount.c
fs/smbfs/inode.c
include/linux/reiserfs_fs.h
include/linux/reiserfs_fs_sb.h
include/linux/smb.h