First  |  Prev |  Next  |  Last
Pages: 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719
[PATCH 7/9] vfs: Support null pathname in linkat
This enables to use linkat to create hardlinks from a file descriptor pointing to the file. This can be used with open_by_handle syscall that returns a file descriptor. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/namei.c | 33 ++++++++++++++++++++++++--------- 1 files changed, 24... 6 Jul 2010 15:35
Staging: cx25821: fix brace coding style issue in cx25821-audio-upstream.c
On Tue, 2010-07-06 at 12:12 -0500, Aldo Cedillo wrote: Subject: [PATCH] Staging: cx25821: fix brace coding style issue in cx25821-audio-upstream.c This is a patch to the cx25821.c file that fixes up a brace warning found by the checkpatch.pl tool Signed-off-by: Joe Eloff <kagen101(a)gmail.com> ... 6 Jul 2010 15:35
[PATCH] Staging: comedi: Cleanup on dmm32at.c from checkpatch.pl
This patch cleans up some style issues in dmm32at.c as found by checkpatch.pl Signed-off-by: Mark Rankilor <reodge(a)gmail.com> --- drivers/staging/comedi/drivers/dmm32at.c | 45 ++++++++++++++++------------- 1 files changed, 25 insertions(+), 20 deletions(-) diff --git a/drivers/staging/comedi/drivers/dmm32a... 6 Jul 2010 15:35
cifs: remove unused ip_address field in struct TCP_Server_Info
Makes sense - plan to merge this and two others of yours into cifs-2.6.git today or tomorrow. On Tue, Jul 6, 2010 at 7:29 AM, Suresh Jayaraman <sjayaraman(a)suse.de> wrote: The ip_address field is not used and seems redundant as there is union addr already and I don't see any future use as well. Signed-of... 6 Jul 2010 15:35
[PATCH] Staging: et131x: fix coding style issues in et131x_initpci.c
>From e23e19537c4d62bc76ae982859d3c3225a45d9c2 Mon Sep 17 00:00:00 2001 From: Joe Eloff <kagen101(a)gmail.com> Date: Tue, 6 Jul 2010 19:13:28 +0200 Subject: [PATCH] Staging: et131x: fix coding style issues in et131x_initpci.c This is a patch to the et131x_initpci.c file that fixes up all the line lengths over 80 b... 6 Jul 2010 14:29
[PATCH] Staging: dt3155: fix coding style issues in dt3155_drv.c
I just realised how the commit chaining works after messing it up so I have already uploaded a 1/2 and 2/2 and now it made another 2/2 for this patch which is different. I have realised how it works now and wont mess it up again and have no idea how to reverse chain the 3 patches. This now fixes up all checkpa... 6 Jul 2010 14:29
[PATCH 5/7] vfs: add prepend_path() helper
Split off prepend_path() from __d_path(). This new helper takes an end-of-buffer pointer and buffer-length pointer just like the other prepend_* functions. Move the " (deleted)" postfix out to __d_path(). This patch doesn't change any functionality but paves the way for the following patches. Signed-off-by: ... 6 Jul 2010 14:29
[PATCH 3/7] ia64: perfmon: add d_dname method
Switch ia64/perfmon to using the d_dname() instead of relying on __d_path() to prepend the name of the root dentry to the path. CC: Tony Luck <tony.luck(a)intel.com> CC: Fenghua Yu <fenghua.yu(a)intel.com> Signed-off-by: Miklos Szeredi <mszeredi(a)suse.cz> --- arch/ia64/kernel/perfmon.c | 15 ++++++++------- 1 fi... 6 Jul 2010 14:29
[PATCH 2/7] vfs: add helpers to get root and pwd
Add three helpers that retrieve a refcounted copy of the root and cwd from the supplied fs_struct. get_fs_root() get_fs_pwd() get_fs_root_and_pwd() Signed-off-by: Miklos Szeredi <mszeredi(a)suse.cz> --- fs/cachefiles/daemon.c | 14 ++------------ fs/dcache.c | 12 ++---------- fs/fs_... 6 Jul 2010 14:29
[PATCH 6/7] vfs: only add " (deleted)" where necessary
__d_path() has 4 callers: d_path() sys_getcwd() seq_path_root() tomoyo_realpath_from_path2() Of these the only one which needs the " (deleted)" ending is d_path(). sys_getcwd() checks for existence before calling __d_path(). seq_path_root() is used to show the mountpoint path in /proc/PID/mounti... 6 Jul 2010 14:29
First  |  Prev |  Next  |  Last
Pages: 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719