Re: [PATCH] Check for immutable flag in fallocate path
From: Marco Stornelli <hidden>
Date: 2011-02-26 14:59:27
Also in:
linux-btrfs, linux-fsdevel, linux-xfs, lkml
From: Marco Stornelli <hidden>
Date: 2011-02-26 14:59:27
Also in:
linux-btrfs, linux-fsdevel, linux-xfs, lkml
Il 21/02/2011 09:26, Marco Stornelli ha scritto:
From: Marco Stornelli <redacted> All fs must check for the immutable flag in their fallocate callback. It's possible to have a race condition in this scenario: an application open a file in read/write and it does something, meanwhile root set the immutable flag on the file, the application at that point can call fallocate with success. Only Ocfs2 check for the immutable flag at the moment. Signed-off-by: Marco Stornelli <redacted>
no comments?