linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dave Kleikamp <dave.kleikamp@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] jfs updates for v5.19
Date: Fri, 27 May 2022 10:10:36 -0500	[thread overview]
Message-ID: <4dc223ba-b0d1-e183-1d83-a03a03c1df97@oracle.com> (raw)

The following changes since commit b2d229d4ddb17db541098b83524d901257e93845:

   Linux 5.18-rc3 (2022-04-17 13:57:31 -0700)

are available in the Git repository at:

   git@github.com:kleikamp/linux-shaggy.git tags/jfs-5.19

for you to fetch changes up to e471e5942c006532a013eefde239ce1e783ac2d9:

   fs/jfs: Remove dead code (2022-04-25 14:00:33 -0500)

----------------------------------------------------------------
JFS: One bug fix and some code cleanup

----------------------------------------------------------------
Dave Kleikamp (1):
       fs/jfs: Remove dead code

Zixuan Fu (1):
       fs: jfs: fix possible NULL pointer dereference in dbFree()

  fs/jfs/Makefile     |   2 -
  fs/jfs/inode.c      |  18 -
  fs/jfs/jfs_dmap.c   |  71 +---
  fs/jfs/jfs_dtree.c  | 298 ----------------
  fs/jfs/jfs_extent.c | 255 --------------
  fs/jfs/jfs_logmgr.c |   8 -
  fs/jfs/jfs_mount.c  |   4 +-
  fs/jfs/jfs_txnmgr.c |  34 --
  fs/jfs/jfs_xtree.c  | 961 ----------------------------------------------------
  fs/jfs/jfs_xtree.h  |   4 -
  10 files changed, 3 insertions(+), 1652 deletions(-)

             reply	other threads:[~2022-05-27 15:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-27 15:10 Dave Kleikamp [this message]
2022-05-27 23:04 ` [GIT PULL] jfs updates for v5.19 Linus Torvalds
2022-05-27 23:08 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4dc223ba-b0d1-e183-1d83-a03a03c1df97@oracle.com \
    --to=dave.kleikamp@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).