This patch skip fstrim if sbi set SBI_NEED_FSCK flag
Signed-off-by: Yunlei He
---
fs/f2fs/segment.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c
index 93c5e26..1b62213 100644
--- a/fs/f2fs/segment.c
+++ b/fs/f2fs/segment.c
@@ -1353,6 +1353,9 @@ int
This fixes pointer panic when using inline_dentry, which was triggered when
backporting to 3.10.
Signed-off-by: Jaegeuk Kim
---
fs/f2fs/dir.c| 2 +-
fs/f2fs/inline.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/f2fs/dir.c b/fs/f2fs/dir.c
index 9316d8a..2fb20fc 10
On Wed, Aug 31, 2016 at 11:52:00AM +0300, Alexander Gordeev wrote:
> Hi Jaegeuk,
>
> 29.08.2016, 21:00, "Jaegeuk Kim" :
> > On Mon, Aug 29, 2016 at 07:50:24PM +0300, Alexander Gordeev wrote:
> >> Hi,
> >>
> >> I have an update about the first of the bugs, that I reported.
> >>
> >> 19.08.2016,
Hi Jaegeuk,
29.08.2016, 21:00, "Jaegeuk Kim" :
> On Mon, Aug 29, 2016 at 07:50:24PM +0300, Alexander Gordeev wrote:
>> Hi,
>>
>> I have an update about the first of the bugs, that I reported.
>>
>> 19.08.2016, 20:23, "Alexander Gordeev" :
>> > Hi,
>> >
>> > I'd also like to report two bugs.