git: hammer2 - Shift inode xop functions into hammer2_xop.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Aug 12 21:05:03 PDT 2018


commit ab8c8a18bc701ec390c7ba2a4d6f3e8ab461e91b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Jul 29 17:21:01 2018 -0700

    hammer2 - Shift inode xop functions into hammer2_xop.c
    
    * Move the inode related xop functions from hammer2_inode.c
      to hammer2_xop.c.  Leave the xop functions in strategy
      and flush where they are.
    
    * Fix desc macro.

Summary of changes:
 sys/vfs/hammer2/hammer2_admin.c |   2 +-
 sys/vfs/hammer2/hammer2_inode.c | 435 ---------------------------------------
 sys/vfs/hammer2/hammer2_xops.c  | 439 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 440 insertions(+), 436 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ab8c8a18bc701ec390c7ba2a4d6f3e8ab461e91b


-- 
DragonFly BSD source repository



More information about the Commits mailing list