linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove redundant check under lock scope in fallocate()
@ 2015-04-07  5:35 Davide Italiano
  2015-04-07  5:35 ` [PATCH] ext4: Remove redundant check under lock scope Davide Italiano
  0 siblings, 1 reply; 4+ messages in thread
From: Davide Italiano @ 2015-04-07  5:35 UTC (permalink / raw)
  To: linux-ext4; +Cc: Davide Italiano

The check for indirect files is already done in ext4_fallocate()
and outside of the lock scope. I removed it entirely from ext4_zero_range
and ext4_collapse range.

Davide Italiano (1):
  ext4: Remove redundant check under lock scope

 fs/ext4/extents.c | 16 ----------------
 1 file changed, 16 deletions(-)

-- 
2.3.4


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

end of thread, other threads:[~2015-04-07 18:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-07  5:35 [PATCH] Remove redundant check under lock scope in fallocate() Davide Italiano
2015-04-07  5:35 ` [PATCH] ext4: Remove redundant check under lock scope Davide Italiano
2015-04-07 10:13   ` Dmitry Monakhov
2015-04-07 18:15     ` Davide Italiano

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