Searched hist:"0 ec7ca41f6f0f74a394a7d686bc0ee8afef84887" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | fuse_i.h | diff 0ec7ca41f6f0f74a394a7d686bc0ee8afef84887 Wed Dec 06 22:35:52 CST 2006 Miklos Szeredi <miklos@szeredi.hu> [PATCH] fuse: add DESTROY operation
Add a DESTROY operation for block device based filesystems. With the help of this operation, such a filesystem can flush dirty data to the device synchronously before the umount returns.
This is needed in situations where the filesystem is assumed to be clean immediately after unmount (e.g. ejecting removable media).
Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | inode.c | diff 0ec7ca41f6f0f74a394a7d686bc0ee8afef84887 Wed Dec 06 22:35:52 CST 2006 Miklos Szeredi <miklos@szeredi.hu> [PATCH] fuse: add DESTROY operation
Add a DESTROY operation for block device based filesystems. With the help of this operation, such a filesystem can flush dirty data to the device synchronously before the umount returns.
This is needed in situations where the filesystem is assumed to be clean immediately after unmount (e.g. ejecting removable media).
Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|