Skip to content

Commit

Permalink
ocfs2: sysfile interfaces for online file check
Browse files Browse the repository at this point in the history
Implement online file check sysfile interfaces, e.g. how to create the
related sysfile according to device name, how to display/handle file
check request from the sysfile.

Signed-off-by: Gang He <[email protected]>
Reviewed-by: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Junxiao Bi <[email protected]>
Cc: Joseph Qi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Gang He authored and torvalds committed Mar 22, 2016
1 parent 9dde5e4 commit a860f6e
Show file tree
Hide file tree
Showing 4 changed files with 660 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs/ocfs2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ ocfs2-objs := \
quota_local.o \
quota_global.o \
xattr.o \
acl.o
acl.o \
filecheck.o

ocfs2_stackglue-objs := stackglue.o
ocfs2_stack_o2cb-objs := stack_o2cb.o
Expand Down
Loading

0 comments on commit a860f6e

Please sign in to comment.