login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
August
»
8
Re: [PATCH 18/25] sysfs: Rewrite sysfs_move_dir in terms of sysfs dirents
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Tejun Heo
Subject:
Re: [PATCH 18/25] sysfs: Rewrite sysfs_move_dir in terms of sysfs dirents
Date: Wednesday, August 8, 2007 - 1:53 am
On Tue, Aug 07, 2007 at 03:28:10PM -0600, Eric W. Biederman wrote:
quoted text
> > This patch rewrites sysfs_move_dir to perform it's checks > as much as possible on the underlying sysfs_dirents instead > of the contents of the dcache, making sysfs_move_dir > more like the rest of the sysfs directory modification > code. > > Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Tejun Heo <htejun@gmail.com> -- tejun -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 1/5] sysfs: cosmetic changes in sysfs_lookup()
, Tejun Heo
, (Thu Aug 2, 5:38 am)
[PATCH 2/5] sysfs: simplify sysfs_rename_dir()
, Tejun Heo
, (Thu Aug 2, 5:38 am)
[PATCHSET 2.6.23-rc1] sysfs: locking fix and cleanups, take #2
, Tejun Heo
, (Thu Aug 2, 5:38 am)
[PATCH 3/5] sysfs: make sysfs_add/remove_one() call link/u ...
, Tejun Heo
, (Thu Aug 2, 5:38 am)
[PATCH 4/5] sysfs: make sysfs_add_one() automatically chec ...
, Tejun Heo
, (Thu Aug 2, 5:38 am)
[PATCH 5/5] sysfs: make sysfs_addrm_finish() return void
, Tejun Heo
, (Thu Aug 2, 5:38 am)
[PATCH 0/25] Sysfs cleanups & tagged directory support
, Eric W. Biederman
, (Tue Aug 7, 2:06 pm)
[PATCH 01/25] sysfs: Move all of inode initialization into ...
, Eric W. Biederman
, (Tue Aug 7, 2:08 pm)
[PATCH 02/25] sysfs: Remove sysfs_instantiate
, Eric W. Biederman
, (Tue Aug 7, 2:08 pm)
[PATCH 03/25] sysfs: Use kill_anon_super
, Eric W. Biederman
, (Tue Aug 7, 2:10 pm)
[PATCH 04/25] sysfs: Make sysfs_mount static
, Eric W. Biederman
, (Tue Aug 7, 2:11 pm)
[PATCH 05/25] sysfs: In sysfs_lookup don't open code sysfs ...
, Eric W. Biederman
, (Tue Aug 7, 2:12 pm)
[PATCH 06/25] sysfs: Simplify readdir.
, Eric W. Biederman
, (Tue Aug 7, 2:13 pm)
[PATCH 07/25] sysfs: Rewrite sysfs_drop_dentry.
, Eric W. Biederman
, (Tue Aug 7, 2:14 pm)
[PATCH 08/25] sysfs: Implement __sysfs_get_dentry
, Eric W. Biederman
, (Tue Aug 7, 2:16 pm)
[PATCH 09/25] sysfs: Move sysfs_get_dentry below __sysfs_g ...
, Eric W. Biederman
, (Tue Aug 7, 2:17 pm)
[PATCH 10/25] sysfs: Rewrite sysfs_get_dentry in terms of ...
, Eric W. Biederman
, (Tue Aug 7, 2:18 pm)
[PATCH 11/25] sysfs: Remove s_dentry
, Eric W. Biederman
, (Tue Aug 7, 2:19 pm)
[PATCH 12/25] sysfs: Introduce sysfs_rename_mutex
, Eric W. Biederman
, (Tue Aug 7, 2:21 pm)
[PATCH 13/25] sysfs: Simply sysfs_get_dentry
, Eric W. Biederman
, (Tue Aug 7, 2:22 pm)
[PATCH 14/25] sysfs: Don't use lookup_one_len_kern
, Eric W. Biederman
, (Tue Aug 7, 2:23 pm)
[PATCH 15/25] vfs: Remove lookup_one_len_kern
, Eric W. Biederman
, (Tue Aug 7, 2:25 pm)
[PATCH 16/25] sysfs: Support for preventing unmounts.
, Eric W. Biederman
, (Tue Aug 7, 2:26 pm)
[PATCH 17/25] sysfs: Rewrite rename in terms of sysfs dirents
, Eric W. Biederman
, (Tue Aug 7, 2:27 pm)
[PATCH 18/25] sysfs: Rewrite sysfs_move_dir in terms of sy ...
, Eric W. Biederman
, (Tue Aug 7, 2:28 pm)
[PATCH 19/25] sysfs: sysfs_get_dentry add a sb parameter
, Eric W. Biederman
, (Tue Aug 7, 2:29 pm)
[PATCH 20/25] sysfs: Rename Support multiple superblocks
, Eric W. Biederman
, (Tue Aug 7, 2:31 pm)
[PATCH 21/25] sysfs: sysfs_chmod_file handle multiple supe ...
, Eric W. Biederman
, (Tue Aug 7, 2:32 pm)
[PATCH 22/25] sysfs: sysfs_uptdate_file handle multiple su ...
, Eric W. Biederman
, (Tue Aug 7, 2:34 pm)
[PATCH 23/25] sysfs: Implement sysfs tagged directory support.
, Eric W. Biederman
, (Tue Aug 7, 2:35 pm)
[PATCH 24/25] sysfs: Implement sysfs_delete_link and sysfs ...
, Eric W. Biederman
, (Tue Aug 7, 2:36 pm)
[PATCH 25/25] driver core: Implement tagged directory supp ...
, Eric W. Biederman
, (Tue Aug 7, 2:36 pm)
Re: [PATCH 01/25] sysfs: Move all of inode initialization ...
, Tejun Heo
, (Tue Aug 7, 11:37 pm)
Re: [PATCH 02/25] sysfs: Remove sysfs_instantiate
, Tejun Heo
, (Tue Aug 7, 11:37 pm)
Re: [PATCH 03/25] sysfs: Use kill_anon_super
, Tejun Heo
, (Tue Aug 7, 11:50 pm)
Re: [PATCH 04/25] sysfs: Make sysfs_mount static
, Tejun Heo
, (Tue Aug 7, 11:51 pm)
Re: [PATCH 05/25] sysfs: In sysfs_lookup don't open code s ...
, Tejun Heo
, (Tue Aug 7, 11:51 pm)
Re: [PATCH 06/25] sysfs: Simplify readdir.
, Tejun Heo
, (Wed Aug 8, 12:12 am)
Re: [PATCH 07/25] sysfs: Rewrite sysfs_drop_dentry.
, Tejun Heo
, (Wed Aug 8, 12:35 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Cornelia Huck
, (Wed Aug 8, 12:38 am)
Re: [PATCH 08/25] sysfs: Implement __sysfs_get_dentry
, Tejun Heo
, (Wed Aug 8, 12:45 am)
Re: [PATCH 09/25] sysfs: Move sysfs_get_dentry below __sys ...
, Tejun Heo
, (Wed Aug 8, 12:45 am)
Re: [PATCH 10/25] sysfs: Rewrite sysfs_get_dentry in terms ...
, Tejun Heo
, (Wed Aug 8, 12:45 am)
Re: [PATCH 11/25] sysfs: Remove s_dentry
, Tejun Heo
, (Wed Aug 8, 12:46 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Eric W. Biederman
, (Wed Aug 8, 12:47 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Tejun Heo
, (Wed Aug 8, 12:53 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Cornelia Huck
, (Wed Aug 8, 12:54 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Eric W. Biederman
, (Wed Aug 8, 12:57 am)
Re: [PATCH 12/25] sysfs: Introduce sysfs_rename_mutex
, Tejun Heo
, (Wed Aug 8, 1:19 am)
Re: [PATCH 12/25] sysfs: Introduce sysfs_rename_mutex
, Tejun Heo
, (Wed Aug 8, 1:23 am)
Re: [PATCH 13/25] sysfs: Simply sysfs_get_dentry
, Tejun Heo
, (Wed Aug 8, 1:24 am)
Re: [PATCH 12/25] sysfs: Introduce sysfs_rename_mutex
, Eric W. Biederman
, (Wed Aug 8, 1:28 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Cornelia Huck
, (Wed Aug 8, 1:37 am)
Re: [PATCH 14/25] sysfs: Don't use lookup_one_len_kern
, Tejun Heo
, (Wed Aug 8, 1:38 am)
Re: [PATCH 15/25] vfs: Remove lookup_one_len_kern
, Tejun Heo
, (Wed Aug 8, 1:39 am)
Re: [PATCH 17/25] sysfs: Rewrite rename in terms of sysfs ...
, Tejun Heo
, (Wed Aug 8, 1:51 am)
Re: [PATCH 18/25] sysfs: Rewrite sysfs_move_dir in terms o ...
, Tejun Heo
, (Wed Aug 8, 1:53 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Tejun Heo
, (Wed Aug 8, 1:54 am)
Re: [PATCH 19/25] sysfs: sysfs_get_dentry add a sb parameter
, Tejun Heo
, (Wed Aug 8, 1:57 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Cornelia Huck
, (Wed Aug 8, 2:16 am)
Re: [PATCH 20/25] sysfs: Rename Support multiple superblocks
, Tejun Heo
, (Wed Aug 8, 2:35 am)
Re: [PATCH 21/25] sysfs: sysfs_chmod_file handle multiple ...
, Tejun Heo
, (Wed Aug 8, 2:38 am)
Re: [PATCH 22/25] sysfs: sysfs_uptdate_file handle multipl ...
, Tejun Heo
, (Wed Aug 8, 2:39 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Cornelia Huck
, (Wed Aug 8, 7:16 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Tejun Heo
, (Wed Aug 8, 7:35 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Cornelia Huck
, (Wed Aug 8, 7:50 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Tejun Heo
, (Wed Aug 8, 7:55 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Eric W. Biederman
, (Wed Aug 8, 8:08 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Tejun Heo
, (Wed Aug 8, 8:13 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Cornelia Huck
, (Wed Aug 8, 8:15 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Tejun Heo
, (Wed Aug 8, 8:16 am)
Re: [PATCH 14/25] sysfs: Don't use lookup_one_len_kern
, Eric W. Biederman
, (Wed Aug 8, 8:26 am)
Re: [PATCH 17/25] sysfs: Rewrite rename in terms of sysfs ...
, Eric W. Biederman
, (Wed Aug 8, 8:32 am)
Re: [PATCH 19/25] sysfs: sysfs_get_dentry add a sb parameter
, Eric W. Biederman
, (Wed Aug 8, 8:34 am)
Re: [PATCH 14/25] sysfs: Don't use lookup_one_len_kern
, Tejun Heo
, (Wed Aug 8, 8:35 am)
Re: [PATCH 20/25] sysfs: Rename Support multiple superblocks
, Eric W. Biederman
, (Wed Aug 8, 8:45 am)
Re: [PATCH 20/25] sysfs: Rename Support multiple superblocks
, Tejun Heo
, (Wed Aug 8, 8:50 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Eric W. Biederman
, (Wed Aug 8, 8:53 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Tejun Heo
, (Wed Aug 8, 9:03 am)
Re: alternative approached at tagged nodes
, Tejun Heo
, (Wed Aug 8, 9:31 am)
Re: [PATCH 20/25] sysfs: Rename Support multiple superblocks
, Eric W. Biederman
, (Wed Aug 8, 9:35 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Cornelia Huck
, (Wed Aug 8, 9:35 am)
Re: [PATCH 0/25] Sysfs cleanups & tagged directory support
, Eric W. Biederman
, (Wed Aug 8, 9:37 am)
Re: [PATCH 20/25] sysfs: Rename Support multiple superblocks
, Tejun Heo
, (Wed Aug 8, 9:42 am)
Re: [PATCH 20/25] sysfs: Rename Support multiple superblocks
, Eric W. Biederman
, (Wed Aug 8, 9:55 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
David Howells
[PATCH] KEYS: Use the variable 'key' in keyctl_describe_key()
Dave Jones
Re: OT: character encodings (was: Linux 2.6.20-rc4)
Greg Kroah-Hartman
[PATCH 17/36] sysdev: detect multiple driver registrations
Sam Ravnborg
Re: [PATCH] kbuild: fix make V=1
Nick Piggin
Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures
git
:
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Junio C Hamano
Re: [PATCH 1/2] Teach git-describe to display distances from tags.
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
Dan Chokola
Re: how do you "force a pull"?
Junio C Hamano
Re: [PATCH 6/6] Teach core object handling functions about gitlinks
linux-netdev
:
Jan Engelhardt
[PATCH 1/3] net: tcp: make hybla selectable as default congestion module
Jarek Poplawski
Re: [PATCH] flush_work_sync vs. flush_scheduled_work Re: [PATCH] PHYLIB: IRQ event...
Lennert Buytenhek
Re: Distributed Switch Architecture(DSA)
Daniel Schaffrath
Re: tcp bw in 2.6
Matt Mackall
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
git-commits-head
:
Linux Kernel Mailing List
ipv6: fix an oops when force unload ipv6 module
Linux Kernel Mailing List
tracing: protect reader of cmdline output
Linux Kernel Mailing List
kconfig: recalc symbol value before showing search results
Linux Kernel Mailing List
KVM: VMX: Clear CR4.VMXE in hardware_disable
Linux Kernel Mailing List
USB-serial: pl2303: fix baud rate handling in case of unsupported values
openbsd-misc
:
Claudio Jeker
Re: Vlan Tag on Vlan Tag (l2tunneling)
Josh Grosse
ssh/sshd challenge-response seems to have stopped working in -current
Pieter Verberne
File collision while using pkg_add
Tomas Bodzar
bsd: uvm_mapent_alloc: out of static map entries
Community First Financial
Teacher A+ Loan
Colocation donated by:
Syndicate