Re: [f2fs-dev] [GIT PULL] f2fs update for 6.8-rc1

2024-01-16 Thread patchwork-bot+f2fs
nks: - [f2fs-dev,GIT,PULL] f2fs update for 6.8-rc1 https://git.kernel.org/jaegeuk/f2fs/c/70d201a40823 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html ___ Linux-f2fs-devel ma

Re: [f2fs-dev] [GIT PULL] f2fs update for 6.8-rc1

2024-01-12 Thread Linus Torvalds
On Thu, 11 Jan 2024 at 23:12, Al Viro wrote: > > Where would you end up with old_dir_page != NULL and old_dir_entry == NULL? D'oh. You are of course right, and I missed that connection. Happily my merge still works, just isn't as minimal as yours. I see that Jaegeuk already posted the patch for

Re: [f2fs-dev] [GIT PULL] f2fs update for 6.8-rc1

2024-01-12 Thread Jaegeuk Kim
Posted this. https://lore.kernel.org/lkml/20240112171645.3929428-1-jaeg...@kernel.org/T/#u On 01/12, Jaegeuk Kim wrote: > On 01/12, Al Viro wrote: > > On Thu, Jan 11, 2024 at 09:05:51PM -0800, Linus Torvalds wrote: > > > On Thu, 11 Jan 2024 at 10:28, Jaegeuk Kim wrote: > > > > > > > > git://git

Re: [f2fs-dev] [GIT PULL] f2fs update for 6.8-rc1

2024-01-12 Thread Jaegeuk Kim
On 01/12, Al Viro wrote: > On Thu, Jan 11, 2024 at 09:05:51PM -0800, Linus Torvalds wrote: > > On Thu, 11 Jan 2024 at 10:28, Jaegeuk Kim wrote: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git > > > tags/f2fs-for-6.8-rc1 > > > > Hmm. I got a somewhat confusing conflic

Re: [f2fs-dev] [GIT PULL] f2fs update for 6.8-rc1

2024-01-11 Thread Al Viro
On Thu, Jan 11, 2024 at 09:05:51PM -0800, Linus Torvalds wrote: > On Thu, 11 Jan 2024 at 10:28, Jaegeuk Kim wrote: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git > > tags/f2fs-for-6.8-rc1 > > Hmm. I got a somewhat confusing conflict in f2fs_rename(). > > And honestly,

Re: [f2fs-dev] [GIT PULL] f2fs update for 6.8-rc1

2024-01-11 Thread pr-tracker-bot
The pull request you sent on Thu, 11 Jan 2024 10:28:10 -0800: > git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git > tags/f2fs-for-6.8-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/70d201a40823acba23899342d62bc2644051ad2e Thank you! -- Deet-doot-do

Re: [f2fs-dev] [GIT PULL] f2fs update for 6.8-rc1

2024-01-11 Thread Linus Torvalds
On Thu, 11 Jan 2024 at 10:28, Jaegeuk Kim wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git > tags/f2fs-for-6.8-rc1 Hmm. I got a somewhat confusing conflict in f2fs_rename(). And honestly, I really don't know what the right resolution is. What I ended up with was this:

[f2fs-dev] [GIT PULL] f2fs update for 6.8-rc1

2024-01-11 Thread Jaegeuk Kim
Hi Linus, Happy new year! Could you please consider this pull request? Thank you. The following changes since commit 6bc40e44f1ddef16a787f3501b97f1fff909177c: Merge tag 'ovl-fixes-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs (2023-11-17 09:18:48 -0500) are avail