GFS2: Pull request (fixes)
Hi, Please consider pulling the following small fixes, Steve. ------------------------------------------------------------------------------ The following changes since commit 57d54889cd00db2752994b389ba714138652e60c: Linus Torvalds (1): Linux 2.6.34-rc1 are available in the git repository at: ... 11 Mar 2010 13:26
[PATCH 3/3] of: protect contents of of_platform.h and of_device.h
Only process contents of of_platform.h and of_device.h if CONFIG_OF_DEVICE is set. --- include/linux/of_device.h | 2 ++ include/linux/of_platform.h | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/linux/of_device.h b/include/linux/of_device.h index d3a74e0..e7904a9 1006... 11 Mar 2010 13:26
[PATCH 1/3] GFS2: do not select QUOTA
From: Christoph Hellwig <hch(a)infradead.org> gfs2 only needs the quotactl code, not the generic quota implementation. Signed-off-by: Christoph Hellwig <hch(a)lst.de> Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> --- fs/gfs2/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --gi... 11 Mar 2010 13:26
Code 2:3:5 {urgent}
Dear Email user, Your mailbox has exceeded the storage limit set by your administrator. You may not be able to send or receive new mail until your mailbox size is increased by our helpdesk administrator. To increase your storage limit.click http://www.mysurvs.com/survey/230247907/1/ You will continue to re... 11 Mar 2010 13:26
[PATCH] Staging: comedi: fix coding style in range.c
From: John Sheehan <john.d.sheehan(a)gmail.com> add missing space before closing brace Signed-off-by: John Sheehan <john.d.sheehan(a)gmail.com> --- drivers/staging/comedi/range.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/comedi/range.c b/drivers/staging/comedi/ran... 11 Mar 2010 13:26
[PATCH 3/3] GFS2: Skip check for mandatory locks when unlocking
From: Sachin Prabhu <sprabhu(a)redhat.com> gfs2_lock() will skip locks on file which have mode set to 02666. This is a problem in cases where the mode of the file is changed after a process has obtained a lock on the file. Such a lock will be skipped and will result in a BUG in locks_remove_flock(). gfs2_lock() sho... 11 Mar 2010 13:26
[PATCH 0/3] Various OF cleanups
Here are some simple fixes to make the OF header files safe to include when CONFIG_OF is not set, and add some debug context messages. Cheers, g. --- Grant Likely (3): of: protect contents of of_platform.h and of_device.h of/flattree: Make unflatten_device_tree() safe to call from any arch ... 11 Mar 2010 13:26
[PATCH 2/3] of/flattree: Make unflatten_device_tree() safe to call from any arch
This patch makes unflatten_device_tree() safe to call from any arch setup code with the following changes: - Make sure initial_boot_params actually points to a device tree blob before unflattening - Make sure the initial_boot_params->magic field is correct - If CONFIG_OF_FLATTREE is not set, then make unflatten_... 11 Mar 2010 13:26
[RFC] kmemleak: Is DMI supported ?
Hi Catalin On my i686 machine, I have CONFIG_DMI=y and 12 entries in /sys/firmware/memmap/ like first one named "0" : $ grep . /sys/firmware/memmap/0/* /sys/firmware/memmap/0/end:0x9f3ff /sys/firmware/memmap/0/start:0x0 /sys/firmware/memmap/0/type:System RAM All 12 kobjects are allocated in DMI zone b... 11 Mar 2010 13:26
[PATCH 2/3] GFS2: Allow the number of committed revokes to temporarily be negative
From: Benjamin Marzinski <bmarzins(a)redhat.com> GFS2 tracks the number of revokes and unrevokes that are part of committed transactions via sd_log_commited_revoke. It is possible for one process to add revokes during its transaction, while another process unrevokes them during its transaction. If the second proces... 11 Mar 2010 13:25