dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/affs
Christoph Hellwig e28964365f affs: add ->sync_fs
Add a ->sync_fs method for data integrity syncs.  Factor out common code
between affs_put_super, affs_write_super and the new affs_sync_fs into
a helper.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2009-06-11 21:36:14 -04:00
..
Changes
Kconfig
Makefile
affs.h sanitize ->fsync() for affs 2009-06-11 21:36:14 -04:00
amigaffs.c affs: fix missing unlocks in affs_remove_link 2009-03-27 14:43:56 -04:00
bitmap.c
dir.c sanitize ->fsync() for affs 2009-06-11 21:36:14 -04:00
file.c sanitize ->fsync() for affs 2009-06-11 21:36:14 -04:00
inode.c
namei.c constify dentry_operations: misc filesystems 2009-03-27 14:44:00 -04:00
super.c affs: add ->sync_fs 2009-06-11 21:36:14 -04:00
symlink.c