Hi all - Here's my current aufs patch queue. It does the following: - Cleans up get_sb handling by moving most of the code into aufs_fill_super where it belongs. - Enables sysaufs uncondionally as a prep for using kobjects - Uses kset instead of subsystem - Uses generic attributes for /sys/fs/aufs/ - Eliminates sysaufs_sbinfo by embeddeding a kobject in aufs_sbinfo - Eliminates sysaufs_br by embedding an attribute/name pair in aufs_branch - Updates the API to 2.6.25
Apologies to everyone waiting on the 2.6.25 API patch. I wanted to split them up to be more sane and obvious. In the end, the API patch is quite small. The bulk of it is changing nd->dentry to nd_path(nd).dentry. I have another patch that I plan to keep updated that removes all the backward compatibility code for use when submitting upstream. (Resent due to wonky mail setup at home.) -Jeff -- Jeff Mahoney SUSE Labs ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
