[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200924144959.GE482521@mit.edu>
Date: Thu, 24 Sep 2020 10:49:59 -0400
From: "Theodore Y. Ts'o" <tytso@....edu>
To: Ritesh Harjani <riteshh@...ux.ibm.com>
Cc: linux-ext4@...r.kernel.org, jack@...e.cz,
linux-fsdevel@...r.kernel.org, darrick.wong@...cle.com,
linux-kernel@...r.kernel.org, Yuxuan Shui <yshuiv7@...il.com>
Subject: Re: [PATCH] ext4: Implement swap_activate aops using iomap
On Fri, Sep 04, 2020 at 02:46:53PM +0530, Ritesh Harjani wrote:
> After moving ext4's bmap to iomap interface, swapon functionality
> on files created using fallocate (which creates unwritten extents) are
> failing. This is since iomap_bmap interface returns 0 for unwritten
> extents and thus generic_swapfile_activate considers this as holes
> and hence bail out with below kernel msg :-
>
> [340.915835] swapon: swapfile has holes
>
> To fix this we need to implement ->swap_activate aops in ext4
> which will use ext4_iomap_report_ops. Since we only need to return
> the list of extents so ext4_iomap_report_ops should be enough.
>
> Reported-by: Yuxuan Shui <yshuiv7@...il.com>
> Fixes: ac58e4fb03f ("ext4: move ext4 bmap to use iomap infrastructure")
> Signed-off-by: Ritesh Harjani <riteshh@...ux.ibm.com>
Thanks, applied.
- Ted
Powered by blists - more mailing lists