Displaying 20 results from an estimated 4000 matches similar to: "Minor fs/Kconfig cleanup"
2005 Mar 25
1
[PATCH] kfree() NULL pointer cleanups - no need to check - fs/ext3/
kfree() handles NULL pointers fine - checking is redundant.
Signed-off-by: Jesper Juhl <juhl-lkml at dif.dk>
--- linux-2.6.12-rc1-mm3-orig/fs/ext3/acl.c 2005-03-02 08:37:55.000000000 +0100
+++ linux-2.6.12-rc1-mm3/fs/ext3/acl.c 2005-03-25 22:41:41.000000000 +0100
@@ -197,8 +197,7 @@ ext3_get_acl(struct inode *inode, int ty
acl = NULL;
else
acl = ERR_PTR(retval);
- if (value)
-
2000 Jun 08
1
Samba and Linux ACLs
Hi Samba folks,
let me first introduce myself. I'm the guy behind <acl.bestbits.at>, the Linux
ACL patch. (The other patch at
<http://aerobee.informatik.uni-bremen.de/acl_eng.html> seems pretty much history
BTW). A lot of work has gone into that project; we're approaching a very stable
release soon...
Now people keep asking me over and over again about ACL support in Samba.
2015 Jan 16
3
PXE Error Reporting
Hi,
On 01/16/2015 12:19 AM, Sebastian Herbszt wrote:
> Andreas Gruenbacher wrote:
>> "Loading <FILE>... failed: No such file or directory" when the TFTP
>> server replies with "Permission denied" for the kernel or initrd.
> [...]
>
> The (almost untested) patch below should fix this.
hmm, probably close but I still get the same "No such file
2001 Nov 03
1
Patch for kernel 2.4.14pre7
Hi !
Is a ext3 patch for kernel 2.4.14pre7 available ?
Patching 2.4.14pre7 with latest patch ext3-2.4-0.9.14-2414p5 fails:
patching file include/linux/sched.h
Hunk #2 succeeded at 489 (offset 1 line).
patching file include/linux/fs.h
patching file include/linux/capability.h
patching file fs/buffer.c
patching file mm/filemap.c
Hunk #1 succeeded at 209 (offset 4 lines).
patching file mm/vmscan.c
2015 Jan 20
5
PXE Error Reporting
On 01/20/2015 12:17 PM, Andreas Gruenbacher wrote:
> On 01/20/2015 09:13 PM, H. Peter Anvin wrote:
>> I can't remember, but I have a vague recollection that someone
>> specifically requested that EACCES be treated the same as ENOENT...
>
> If that is really necessary then please don't report that condition as
> "file not found"; it's really
2015 Jan 16
0
PXE Error Reporting
Hello Andreas,
Andreas Gruenbacher wrote:
> Hi,
>
> On 01/16/2015 12:19 AM, Sebastian Herbszt wrote:
> > Andreas Gruenbacher wrote:
> >> "Loading <FILE>... failed: No such file or directory" when the TFTP
> >> server replies with "Permission denied" for the kernel or initrd.
> > [...]
> >
> > The (almost untested) patch
2015 Jan 21
2
PXE Error Reporting
On 01/20/2015 02:45 PM, Andreas Gruenbacher wrote:
>
> Sorry, but people with such stupid requirements just shouldn't be
> supported. The approach may look alright in a few specific scenarios at
> the cost of everyone else.
>
That is a pretty harsh statement. That is effectively saying "my use
case matters more than anyone else's."
-hpa
2007 Aug 15
0
[git patch] fstype support + minor stuff
hello hpa,
rebased my branch, please pull latest
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
for the following shortlog
maximilian attems (6):
fstype: add squashfs v3 support
reiser4_fs.h: add attribute packed to reiser4_master_sb
fstype: add ext4 support
.gitignore: add subdir specific entries
usr/klibc/Kbuild: beautify klibc build
fstype:
2015 Jan 18
2
PXE Error Reporting
Hi,
On 01/17/2015 12:57 AM, Sebastian Herbszt wrote:
>> On 01/16/2015 12:19 AM, Sebastian Herbszt wrote:
>>> Andreas Gruenbacher wrote:
>>>> "Loading <FILE>... failed: No such file or directory" when the TFTP
>>>> server replies with "Permission denied" for the kernel or initrd.
>>> [...]
>>>
>>> The
2002 Aug 22
3
journal aborting and remounting /boot as ro
Hi,
Apologies in advance for any breaches of netiquette, I couldn't find any guidelines
about submission to this forum but I'd be grateful for your help on something.
My /boot filesystem is being remounted shortly after start-up as read-only.
I get the following messages...
journal_bmap_Ra7a5f568: journal block not found at offset 12 on ide0(3,1)
Aborting journal on device ide0(3,1)
2003 Jun 12
2
How can I read superblock(ext2, ext3)'s information?
Hello,
I'd like to read superblock's information on Redhat 7.3,
but I don't know how to do it.
For example,
Input : "/dev/sdj2"
Output : ext2_super_block struct's s_wtime
(I saw it at "/usr/include/ext2fs/ext2_fs.h")
Input : "/dev/sdj1"
Output : ext3_super_block struct's s_wtime
(I saw it at
2003 Apr 28
1
[PATCH] Fix the build for utils/fstype.h
Another post-2.5.68 one. The cramfs header defines u8, so we must quiet
it down.
<b
diff -Nru a/utils/fstype.c b/utils/fstype.c
--- a/utils/fstype.c Mon Apr 28 15:10:56 2003
+++ b/utils/fstype.c Mon Apr 28 15:10:56 2003
@@ -19,7 +19,9 @@
#include <asm/byteorder.h>
#include <linux/romfs_fs.h>
+#define __KERNEL__
#include <linux/cramfs_fs.h>
+#undef __KERNEL__
#include
2005 Jun 20
0
[patch 2/3] fs/ext3/resize.c: fix sparse warnings
An embedded and charset-unspecified text was scrubbed...
Name: sparse-fs_ext3_resize.patch
URL: <http://listman.redhat.com/archives/ext3-users/attachments/20050620/8e33ffa8/attachment.ksh>
2005 Apr 21
1
[PATCH]: ioctl wrappers for EXT3_IOC_GROUP_{EXTEND,ADD}
Hi Andreas,
I need the following patch to make ext3 online resizing work with
linux 2.6.11.6 on amd64 with a 32bit userland. Do the changes look o.k.?
I converted everything to ext3 since it should implement the calls for
ext2 in a compatible way and we only have to include ext3 headers then.
The COMPATIBLE_IOCTL() should probably into compat_ioctl.h, I'll send an
updated version in case
2015 Jan 14
0
PXE Error Reporting
Hello Andreas,
Andreas Gruenbacher wrote:
> Hello,
>
> I've recently ran into a problem trying to boot over TFTP using
> pxelinux.0. On the console, I got the following message:
>
> Could not find ramdisk image: initramfs-3.10.0-123.13.2el7.x86_64
>
> It took me a while to figure out that the file *could* be found but that
> the file permissions were set
2015 Jan 15
0
PXE Error Reporting
Hello Andreas,
Andreas Gruenbacher wrote:
> Sebastian,
>
> On 01/15/2015 12:49 AM, Sebastian Herbszt wrote:
> > which version of pxelinux were you trying? Looks like < 5.x.
>
> the one from Fedora 20, syslinux-4.05.
>
> It turns out that pxelinux.0 from Fedora 21, syslinux-6.03, reports
> "Failed to load ldlinux.c32" when ldlinux.c32 can't be
2015 Jan 20
0
PXE Error Reporting
On Tue, Jan 20, 2015 at 3:55 PM, H. Peter Anvin <hpa at zytor.com> wrote:
> On 01/20/2015 12:17 PM, Andreas Gruenbacher wrote:
>> On 01/20/2015 09:13 PM, H. Peter Anvin wrote:
>>> I can't remember, but I have a vague recollection that someone
>>> specifically requested that EACCES be treated the same as ENOENT...
>>
>> If that is really necessary
2015 Jan 21
0
PXE Error Reporting
On 01/21/2015 09:56 AM, H. Peter Anvin wrote:
> On 01/20/2015 02:45 PM, Andreas Gruenbacher wrote:
>>
>> Sorry, but people with such stupid requirements just shouldn't be
>> supported. The approach may look alright in a few specific scenarios at
>> the cost of everyone else.
>
> That is a pretty harsh statement. That is effectively saying "my use
>
2024 Feb 09
1
rsync replacing symlinks without warning (resend)
On Sun, Feb 4, 2024 at 7:20?PM Kevin Korb via rsync
<rsync at lists.samba.org> wrote:
> rsync's -v is fairly useless. Learn to use -i instead or in addition to.
Well, note that I didn't say anything about the lib/ directory in that
command; it's just that rsync decided to remove the symlink component
from the path lib/modules/.
Wouldn't it be more useful to make it
2015 May 13
1
Posix vs. Windows File/Directory Permissions
Le 13/05/2015 17:41, Rowland Penny a ?crit :
> a = access
> c = control
> l = list
>
> access control list OR permissions
>
> lower case for UNIX,
> UPPER CASE for Windows
OK? I guess I should stop here. But please don't forget to send a patch
to Andreas Gruenbacher, the setfacl man page author since he states ?
This utility sets Access Control Lists (ACLs) of files