linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] jfs updates for v5.19
@ 2022-05-27 15:10 Dave Kleikamp
  2022-05-27 23:04 ` Linus Torvalds
  2022-05-27 23:08 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Dave Kleikamp @ 2022-05-27 15:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] jfs updates for v5.19
  2022-05-27 15:10 [GIT PULL] jfs updates for v5.19 Dave Kleikamp
@ 2022-05-27 23:04 ` Linus Torvalds
  2022-05-27 23:08 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2022-05-27 23:04 UTC (permalink / raw)
  To: Dave Kleikamp; +Cc: Linux Kernel Mailing List

On Fri, May 27, 2022 at 8:10 AM Dave Kleikamp <dave.kleikamp@oracle.com> wrote:
>
> JFS: One bug fix and some code cleanup

Oh, ok...

>   10 files changed, 3 insertions(+), 1652 deletions(-)

.. whee.

Usually when people say "some cleanup" they are talking about fixing
some nasty code patterns, not removing 1600 lines of 20-year old dead
code.

Thanks,

              Linus

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] jfs updates for v5.19
  2022-05-27 15:10 [GIT PULL] jfs updates for v5.19 Dave Kleikamp
  2022-05-27 23:04 ` Linus Torvalds
@ 2022-05-27 23:08 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2022-05-27 23:08 UTC (permalink / raw)
  To: Dave Kleikamp; +Cc: Linus Torvalds, linux-kernel

The pull request you sent on Fri, 27 May 2022 10:10:36 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/aef1ff15927421a55312b4b9b2881a89a344bd80

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-27 23:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27 15:10 [GIT PULL] jfs updates for v5.19 Dave Kleikamp
2022-05-27 23:04 ` Linus Torvalds
2022-05-27 23:08 ` pr-tracker-bot

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).