o news
- introduce a new file History.
- rename wh.[ch] to whout.[ch].

o minor
- rename some symbols.
        + do_cache_alloc()      to aufs_cache_alloc().
        + do_cache_free()       to aufs_cache_free().
        + dt_hidden_dentry in struct dtime, to dt_h_dentry.
        + dtohd()               to h_dptr().
        + dtohd_index()         to h_dptr_i().
        + dtopd()               to dtodi().
        + fi_hidden_vm_ops in struct aufs_finfo, to fi_h_vm_ops.
        + ftobr_index()         to ftobr().
        + ftohf()               to h_fptr().
        + ftohf_index()         to h_fptr_i().
        + ftopd()               to ftofi().
        + hidden_dentry in struct rmdir_whtmp_arg, to h_dentry.
        + hidden_root in struct opt_del, to h_root.
        + hidden_root in struct opt_mod, to h_root.
        + itohi()               to h_iptr().
        + itohi_index()         to h_iptr_i().
        + itopd()               to itoii().
        + lookup_dentry()       to lkup_dentry().
        + lookup_negative()     to lkup_neg().
        + lookup_one()          to lkup_one().
        + refresh_dentry()      to refresh_hdentry().
        + refresh_inode()       to refresh_hinode().
        + sbt()                 to sbtype().
        + set_dtohd_index()     to set_h_dptr().
        + set_ftohf_index()     to set_h_fptr().
        + set_itohi_index()     to set_h_iptr().
        + sio_lookup_one()      to sio_lkup_one().
        + stopd()               to stosi().

Junjiro Okajima

----------------------------------------------------------------------

Index: README
Index: local.mk
Index: fs/aufs/branch.h
Index: fs/aufs/debug.h
Index: fs/aufs/dir.h
Index: util/aufs.in.5
- less important changes.

Index: fs/aufs/Makefile
Index: fs/aufs/aufs.h
Index: fs/aufs/branch.c
Index: fs/aufs/cpup.c
Index: fs/aufs/cpup.h
Index: fs/aufs/debug.c
Index: fs/aufs/dentry.c
Index: fs/aufs/dentry.h
Index: fs/aufs/dinfo.c
Index: fs/aufs/dir.c
Index: fs/aufs/f_op.c
Index: fs/aufs/file.c
Index: fs/aufs/file.h
Index: fs/aufs/finfo.c
Index: fs/aufs/hinotify.c
Index: fs/aufs/i_op.c
Index: fs/aufs/i_op_add.c
Index: fs/aufs/i_op_del.c
Index: fs/aufs/i_op_ren.c
Index: fs/aufs/iinfo.c
Index: fs/aufs/inode.c
Index: fs/aufs/inode.h
Index: fs/aufs/misc.c
Index: fs/aufs/opts.h
Index: fs/aufs/sbinfo.c
Index: fs/aufs/super.c
Index: fs/aufs/vdir.c
Index: fs/aufs/wh.c
Index: fs/aufs/wh.h
Index: fs/aufs/xino.c
- rename them.

Index: fs/aufs/misc.h
- convert some macros into inline functions.

Index: fs/aufs/opts.c
- rename them.
- convert MS_SET_UDBA and MS_SET_COO macros in super.h into udba_set() and
  coo_set() here.

Index: fs/aufs/super.h
- rename them.
- convert MS_SET_UDBA and MS_SET_COO macros nere into udba_set() and
  coo_set() in opts.c.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

Reply via email to