aufs: remount 3/5, refresh the opened files
As a part of branch-management, aufs maintains all cached inodes,
dentries, and opened files in remounting.
This commits handles the opened files by counting the number of them,
generating an array of their pointers. I don't like such array
approach, but I don't have another idea.
Signed-off-by:
J. R. Okajima <hooanon05g@gmail.com>
Please register or sign in to comment