[PATCH 02/14] fuse: Getting file for writeback helper

2013-04-01 Thread Maxim V. Patlasov
There will be a .writepageS callback implementation which will need to get a fuse_file out of a fuse_inode, thus make a helper for this. Signed-off-by: Maxim Patlasov Signed-off-by: Pavel Emelyanov --- fs/fuse/file.c | 24 1 files changed, 16 insertions(+), 8 deletion

[PATCH 02/14] fuse: Getting file for writeback helper

2013-01-25 Thread Maxim V. Patlasov
There will be a .writepageS callback implementation which will need to get a fuse_file out of a fuse_inode, thus make a helper for this. Signed-off-by: Maxim Patlasov Signed-off-by: Pavel Emelyanov --- fs/fuse/file.c | 24 1 files changed, 16 insertions(+), 8 deletion

[PATCH 02/14] fuse: Getting file for writeback helper

2012-11-16 Thread Maxim Patlasov
There will be a .writepageS callback implementation which will need to get a fuse_file out of a fuse_inode, thus make a helper for this. Signed-off-by: Maxim Patlasov Signed-off-by: Pavel Emelyanov --- fs/fuse/file.c | 24 1 files changed, 16 insertions(+), 8 deletion