]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge remote-tracking branch 'xfs/for-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 1 Sep 2021 23:39:56 +0000 (09:39 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 1 Sep 2021 23:39:56 +0000 (09:39 +1000)
1  2 
fs/xfs/xfs_acl.c
fs/xfs/xfs_bmap_util.c
fs/xfs/xfs_buf.c
fs/xfs/xfs_file.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_super.c
include/linux/cpuhotplug.h

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index e0ae905554e25519dad1be21556ef6537d469c13,768f0d743158fdeb0fd53ef0bea163ca50d0ef25..b21b177832d16277df83f98c78124a34889adfed
@@@ -40,7 -40,9 +40,8 @@@ typedef struct xfs_inode 
        /* Transaction and locking information. */
        struct xfs_inode_log_item *i_itemp;     /* logging information */
        mrlock_t                i_lock;         /* inode lock */
 -      mrlock_t                i_mmaplock;     /* inode mmap IO lock */
        atomic_t                i_pincount;     /* inode pin count */
+       struct llist_node       i_gclist;       /* deferred inactivation list */
  
        /*
         * Bitsets of inode metadata that have been checked and/or are sick.
Simple merge
Simple merge