Commit 16bb9c78 authored by J. R. Okajima's avatar J. R. Okajima
Browse files

Merge branch 'aufs5.8/00base' into aufs5.8/01modular

parents 7732a790 b7ad0c35
......@@ -167,6 +167,7 @@ static void dy_aop(struct au_dykey *key, const void *h_op,
DySetAop(writepages);
DySetAop(set_page_dirty);
DySetAop(readpages);
DySetAop(readahead);
DySetAop(write_begin);
DySetAop(write_end);
DySetAop(bmap);
......
......@@ -27,7 +27,7 @@
#include <limits.h>
#endif /* __KERNEL__ */
#define AUFS_VERSION "5.x-rcN"
#define AUFS_VERSION "5.8"
/* todo? move this to linux-2.6.19/include/magic.h */
#define AUFS_SUPER_MAGIC ('a' << 24 | 'u' << 16 | 'f' << 8 | 's')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment