From: Stephen Hemminger <shemminger@vyatta.com>
To: Sven-Thorsten Dietrich <sven@thebigcorporation.com>
Cc: Clark Williams <williams@redhat.com>, linux-rt-users@vger.kernel.org
Subject: aufs: built it on RT
Date: Fri, 7 Nov 2008 13:48:53 -0800 [thread overview]
Message-ID: <20081107134853.652f6b5e@extreme> (raw)
In-Reply-To: <1226092963.5685.14.camel@dd>
commit 485dd27c0ed3cfc553ef380a370c9614559aae08
Author: Stephen Hemminger <stephen.hemminger@vyatta.com>
Date: Fri Oct 31 14:16:50 2008 -0700
Fix aufs for -rt
Rt changes some inode infrastructure to percpu.
diff --git a/fs/aufs/branch.c b/fs/aufs/branch.c
index e40ebcd..b52b085 100644
--- a/fs/aufs/branch.c
+++ b/fs/aufs/branch.c
@@ -898,7 +898,7 @@ static int au_br_mod_files_ro(struct super_block *sb, aufs_bindex_t bindex)
/* no need file_list_lock() since sbinfo is locked */
err = 0;
- list_for_each_entry(file, &sb->s_files, f_u.fu_list) {
+ list_for_each_entry(file, percpu_list_head(&sb->s_files), f_u.fu_llist) {
LKTRTrace("%.*s\n", AuDLNPair(file->f_dentry));
if (!au_test_aufs_file(file))
continue;
prev parent reply other threads:[~2008-11-07 21:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-05 19:52 Network performance forwarding tests on RT Stephen Hemminger
2008-11-07 0:50 ` Clark Williams
[not found] ` <ccb913ac0811062303r7f94f8a8lfe48336d6dafb9f6@mail.gmail.com>
2008-11-07 16:52 ` Stephen Hemminger
[not found] ` <ccb913ac0811110537u20a05682x9f60bc69b42d943a@mail.gmail.com>
2008-11-11 14:13 ` Clark Williams
2008-11-12 21:20 ` Leon Woestenberg
2008-11-07 21:22 ` Sven-Thorsten Dietrich
2008-11-07 21:47 ` unionfs " Stephen Hemminger
2008-11-07 21:48 ` Stephen Hemminger [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=20081107134853.652f6b5e@extreme \
--to=shemminger@vyatta.com \
--cc=linux-rt-users@vger.kernel.org \
--cc=sven@thebigcorporation.com \
--cc=williams@redhat.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).