Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull misc filesystem updates from Al Viro: "Assorted normal VFS / filesystems stuff..." * 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: dentry name snapshots Make statfs properly return read-only state after emergency remount fs/dcache: init in_lookup_hashtable minix: Deinline get_block, save 2691 bytes fs: Reorder inode_owner_or_capable() to avoid needless fs: warn in case userspace lied about modprobe return
This commit is contained in:
commit
b8d4c1f9f4
10 changed files with 61 additions and 46 deletions
|
|
@ -142,7 +142,7 @@ changed:
|
|||
return -EAGAIN;
|
||||
}
|
||||
|
||||
static inline int get_block(struct inode * inode, sector_t block,
|
||||
static int get_block(struct inode * inode, sector_t block,
|
||||
struct buffer_head *bh, int create)
|
||||
{
|
||||
int err = -EIO;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue