fs: pass exact type of data dirties to ->dirty_inode
Tell the filesystem if we just updated timestamp (I_DIRTY_SYNC) or anything else, so that the filesystem can track internally if it needs to push out a transaction for fdatasync or not. This is just the prototype change with no user for it yet. I plan to push large XFS changes for the next merge window, and getting this trivial infrastructure in this window would help a lot to avoid tree interdependencies. Also remove incorrect comments that ->dirty_inode can't block. That has been changed a long time ago, and many implementations rely on it. Signed-off-by:Christoph Hellwig <hch@lst.de> Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>
Showing
- Documentation/filesystems/Locking 2 additions, 2 deletionsDocumentation/filesystems/Locking
- Documentation/filesystems/vfs.txt 1 addition, 1 deletionDocumentation/filesystems/vfs.txt
- fs/btrfs/ctree.h 1 addition, 1 deletionfs/btrfs/ctree.h
- fs/btrfs/inode.c 1 addition, 1 deletionfs/btrfs/inode.c
- fs/ext3/inode.c 1 addition, 1 deletionfs/ext3/inode.c
- fs/ext4/ext4.h 1 addition, 1 deletionfs/ext4/ext4.h
- fs/ext4/inode.c 1 addition, 1 deletionfs/ext4/inode.c
- fs/fs-writeback.c 1 addition, 4 deletionsfs/fs-writeback.c
- fs/jffs2/fs.c 1 addition, 1 deletionfs/jffs2/fs.c
- fs/jffs2/os-linux.h 1 addition, 1 deletionfs/jffs2/os-linux.h
- fs/jfs/inode.c 1 addition, 1 deletionfs/jfs/inode.c
- fs/jfs/jfs_inode.h 1 addition, 1 deletionfs/jfs/jfs_inode.h
- fs/nilfs2/inode.c 1 addition, 1 deletionfs/nilfs2/inode.c
- fs/nilfs2/nilfs.h 1 addition, 1 deletionfs/nilfs2/nilfs.h
- fs/reiserfs/super.c 1 addition, 1 deletionfs/reiserfs/super.c
- fs/ubifs/super.c 1 addition, 1 deletionfs/ubifs/super.c
- fs/xfs/linux-2.6/xfs_super.c 2 additions, 1 deletionfs/xfs/linux-2.6/xfs_super.c
- include/linux/ext3_fs.h 1 addition, 1 deletioninclude/linux/ext3_fs.h
- include/linux/fs.h 1 addition, 1 deletioninclude/linux/fs.h
Loading
Please register or sign in to comment