linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Davide Italiano <dccitaliano@gmail.com>
To: linux-ext4@vger.kernel.org
Cc: Davide Italiano <dccitaliano@gmail.com>
Subject: [PATCH] Remove redundant check under lock scope in fallocate()
Date: Mon,  6 Apr 2015 22:35:00 -0700	[thread overview]
Message-ID: <1428384901-2304-1-git-send-email-dccitaliano@gmail.com> (raw)

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


             reply	other threads:[~2015-04-07  5:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-07  5:35 Davide Italiano [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1428384901-2304-1-git-send-email-dccitaliano@gmail.com \
    --to=dccitaliano@gmail.com \
    --cc=linux-ext4@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).