• Alexander Viro's avatar
    [PATCH] (8/14) resync · b174bf96
    Alexander Viro authored
    get_super() split in two functions - get_super(bdev) and
    user_get_super(dev_t).  Callers that used get_super() to get superblock
    by (dev_t) syscall argument switched to the latter; the rest had
    block_device in question and switched to passing it.
    b174bf96
procfs.c 18.2 KB