• Alexander Viro's avatar
    [PATCH] large dev_t - second series (12/15) · e89e1d3b
    Alexander Viro authored
    	Similar fix for UFS; touching device node (and they have 32bit
    dev_t) ends up killing upper 16 bits, which makes for very unhappy
    *BSD, since that turns /dev/ad0s1 into alias of /dev/ad0.  Again, for
    now we store on-disk value in private part of inode and use it instead
    of ->i_rdev in ->write_inode().
    e89e1d3b
inode.c 17.7 KB