login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
August
»
20
Re: [PATCH -V18 05/13] vfs: Support null pathname in readlink
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Aneesh Kumar K. V
Subject:
Re: [PATCH -V18 05/13] vfs: Support null pathname in readlink
Date: Friday, August 20, 2010 - 7:43 am
On Fri, 20 Aug 2010 04:32:13 -0400, Christoph Hellwig <hch@infradead.org> wrote:
quoted text
> Changing the interfaces of existing system calls to accept a NULL name > which previously wasn't acceptable is not valid. Even for new system > calls I think it's a bad idea. utimensat already has the most ugly > code of all fs related system calls because of that. >
But from an interface point, it seems nice to say if the relative name from an fd is NULL, the operation should happen on fd itself. -aneesh --
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 -V18 0/13] Generic name to handle and open by handl ...
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 01/13] exportfs: Return the minimum required h ...
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 02/13] vfs: Add name to file handle conversion ...
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 03/13] vfs: Add open by file handle support
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 04/13] vfs: Allow handle based open on symlinks
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 05/13] vfs: Support null pathname in readlink
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 06/13] vfs: Support null pathname in faccessat
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 07/13] vfs: Support null pathname in linkat
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 08/13] x86: Add new syscalls for x86_32
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 09/13] x86: Add new syscalls for x86_64
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 10/13] unistd.h: Add new syscalls numbers to a ...
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 11/13] vfs: Export file system uuid via /proc/ ...
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 12/13] ext3: Copy fs UUID to superblock.
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
[PATCH -V18 13/13] ext4: Copy fs UUID to superblock
, Aneesh Kumar K.V
, (Thu Aug 19, 6:51 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Aneesh Kumar K. V
, (Thu Aug 19, 7:13 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Aneesh Kumar K. V
, (Thu Aug 19, 11:53 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Christoph Hellwig
, (Fri Aug 20, 1:30 am)
Re: [PATCH -V18 05/13] vfs: Support null pathname in readlink
, Christoph Hellwig
, (Fri Aug 20, 1:32 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Neil Brown
, (Fri Aug 20, 2:53 am)
Re: [PATCH -V18 05/13] vfs: Support null pathname in readlink
, Neil Brown
, (Fri Aug 20, 3:04 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Al Viro
, (Fri Aug 20, 4:51 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Peter Zijlstra
, (Fri Aug 20, 6:25 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Aneesh Kumar K. V
, (Fri Aug 20, 7:38 am)
Re: [PATCH -V18 05/13] vfs: Support null pathname in readlink
, Aneesh Kumar K. V
, (Fri Aug 20, 7:43 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Neil Brown
, (Fri Aug 20, 4:47 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Neil Brown
, (Fri Aug 20, 5:09 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Nick Piggin
, (Sat Aug 21, 1:30 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Aneesh Kumar K. V
, (Sat Aug 21, 2:31 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Aneesh Kumar K. V
, (Sat Aug 21, 2:32 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Aneesh Kumar K. V
, (Sat Aug 21, 2:42 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Aneesh Kumar K. V
, (Sat Aug 21, 7:02 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Neil Brown
, (Sun Aug 22, 4:06 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Neil Brown
, (Sun Aug 22, 4:17 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Aneesh Kumar K. V
, (Sun Aug 22, 6:24 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Neil Brown
, (Sun Aug 22, 6:52 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Aneesh Kumar K. V
, (Sun Aug 22, 7:49 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Nick Piggin
, (Tue Aug 24, 12:21 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Bastien ROUCARIES
, (Tue Aug 24, 2:41 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Aneesh Kumar K. V
, (Tue Aug 24, 3:34 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Aneesh Kumar K. V
, (Tue Aug 24, 3:40 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, J. Bruce Fields
, (Tue Aug 24, 6:19 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Neil Brown
, (Tue Aug 24, 7:04 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Neil Brown
, (Tue Aug 24, 7:06 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ...
, Bastien ROUCARIES
, (Wed Aug 25, 2:13 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate