RE: [PATCH 1/3] debugfs: Add .fsync() callback proxy support

2016-07-19 Thread Zheng, Lv
Hi, Greg Sorry for the noise. It's better to use ioctl to implement this functionality. Please ignore this series. It's already possible to implement ioctl for a debugfs file. Thanks and best regards -Lv > From: Zheng, Lv > Subject: [PATCH 1/3] debugfs: Add .fsync() callba

[PATCH 1/3] debugfs: Add .fsync() callback proxy support

2016-07-13 Thread Lv Zheng
This patch adds .fsync() callback for debugfs files. ACPI AML debugger needs to implement this to flush cmds/logs. Signed-off-by: Lv Zheng Cc: Greg Kroah-Hartman --- fs/debugfs/file.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/fs/debugfs/file.c b/fs/debugfs/file.c index 592059