From: Andrew Morton <akpm@linux-foundation.org>
To: Jeff Layton <jlayton@redhat.com>
Cc: smfrench@gmail.com, niallain@gmail.com,
linux-cifs-client@lists.samba.org, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org, "Rafael J. Wysocki" <rjw@sisk.pl>
Subject: Re: [PATCH] [CIFS] fix inode leak in cifs_get_inode_info_unix
Date: Fri, 11 Jul 2008 17:50:15 -0700 [thread overview]
Message-ID: <20080711175015.a96d18f7.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080702095734.31936.79354.stgit@dantu.usersys.redhat.com>
On Wed, 02 Jul 2008 05:57:38 -0400 Jeff Layton <jlayton@redhat.com> wrote:
> Date: Wed, 02 Jul 2008 05:57:38 -0400
hm, nine days and afaict this post-2.6.25 regression remains unfixed?
> Sender: linux-kernel-owner@vger.kernel.org
> User-Agent: StGIT/0.14.2
>
> Try this:
>
> mount a share with unix extensions
> create a file on it
> umount the share
>
> You'll get the following message in the ring buffer:
>
> VFS: Busy inodes after unmount of cifs. Self-destruct in 5 seconds. Have a
> nice day...
>
> ...the problem is that cifs_get_inode_info_unix is creating and hashing
> a new inode even when it's going to return error anyway. The first
> lookup when creating a file returns an error so we end up leaking this
> inode before we do the actual create. This appears to be a regression
> caused by commit 0e4bbde94fdc33f5b3d793166b21bf768ca3e098.
>
> The following patch seems to fix it for me, and fixes a minor
> formatting nit as well.
>
> Signed-off-by: Jeff Layton <jlayton@redhat.com>
So it's probably too late to get this into 2.6.26. I'll merge it with
a cc:stable and hopefully 2.6.26.1 will not have this bug.
I'll give "fix wksidarr declaration to be big-endian friendly" the same
treatment.
prev parent reply other threads:[~2008-07-12 0:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-02 9:57 [PATCH] [CIFS] fix inode leak in cifs_get_inode_info_unix Jeff Layton
2008-07-12 0:50 ` Andrew Morton [this message]
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=20080711175015.a96d18f7.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=jlayton@redhat.com \
--cc=linux-cifs-client@lists.samba.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=niallain@gmail.com \
--cc=rjw@sisk.pl \
--cc=smfrench@gmail.com \
/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).