Skip to content

Commit

Permalink
ocfs2: add kobject for online file check
Browse files Browse the repository at this point in the history
Use embedded kobject mechanism for online file check feature, this will
avoid to use a global list to save/search per-device online file check
related data, meanwhile, reduce the code lines and make the code logic
clear.  The changed code is based on Goldwyn Rodrigues's patches and
ext4 fs code.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Gang He <[email protected]>
Cc: 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 Apr 6, 2018
1 parent 8fc2cb4 commit 5f483c4
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 202 deletions.
Loading

0 comments on commit 5f483c4

Please sign in to comment.