2018-10-23 14:05:55

by Dave Kleikamp

[permalink] [raw]
Subject: [GIT PULL] jfs fixes for v4.20

The following changes since commit be65e2595b4c1fbeceba336d8ee83406726b1d8d:

Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (2018-09-06 09:06:49 -0700)

are available in the Git repository at:

git://github.com/kleikamp/linux-shaggy.git tags/jfs-for-4.20

for you to fetch changes up to 1390643d1d5c539be4d7031a0c507565cb1168a0:

jfs: remove redundant dquot_initialize() in jfs_evict_inode() (2018-09-20 09:28:49 -0500)

----------------------------------------------------------------
Just a few small fixes

----------------------------------------------------------------
Chao Yu (1):
jfs: remove redundant dquot_initialize() in jfs_evict_inode()

Chengguang Xu (2):
jfs: cache NULL when both default_acl and acl are NULL
jfs: remove quota option from ignore list

fs/jfs/acl.c | 4 ++++
fs/jfs/inode.c | 1 -
fs/jfs/super.c | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)


2018-10-24 16:26:42

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] jfs fixes for v4.20

On Tue, Oct 23, 2018 at 2:47 PM Dave Kleikamp <[email protected]> wrote:
>
> Just a few small fixes

Pulled,

Linus