• Alexander Viro's avatar
    [PATCH] (4/8) ->get_sb() switchover · 73949261
    Alexander Viro authored
    convert procfs to ->get_sb().  Similar to ext2, except that we use
    get_sb_single() instead of get_sb_bdev().  Notice the we _don't_ keep
    FS_SINGLE in flags - as the matter of fact, with ->get_sb() FS_SINGLE is
    useless. 
    73949261
root.c 3.45 KB