Re: [ANNOUNCE] Animated framebuffer logo for 2.4.1

2001-02-12 Thread Peter Kundrat
good compromise would be a small scrolling window with a few last kernel messages. Another option would be to turn it off for next boot (assuming it is reproducible), either by setting bootparam or pressing alt-f2 early enough. pkx -- Peter Kundrat [EMAIL PROTECTED] - To unsubscr

MS_RDONLY patch (do_remount_sb and cramfs/inode.c)

2001-05-15 Thread Peter Kundrat
& is_read_only(sb->s_dev)) + if (!(flags & MS_RDONLY) && ((sb->s_flags & MS_RDONLY) || sb->s_dev && +is_read_only(sb->s_dev))) return -EACCES; /*flags |= MS_RDONLY;*/ /* If we are remounting RDONLY, make sure there are no

Re: MS_RDONLY patch (do_remount_sb and cramfs/inode.c)

2001-05-15 Thread Peter Kundrat
On Tue, May 15, 2001 at 11:27:26AM +0200, Peter Kundrat wrote: > This patch does: > - set MS_RDONLY flag in cramfs superblock > - doesnt allow -w remount in do_remount_sb > if the filesystem has MS_RDONLY set. Oh, ignore the second part. Seems i'd have to supply remount_fs su

Re: MS_RDONLY patch (do_remount_sb and cramfs/inode.c)

2001-05-15 Thread Peter Kundrat
On Tue, May 15, 2001 at 12:24:06PM +0200, Peter Kundrat wrote: > On Tue, May 15, 2001 at 11:27:26AM +0200, Peter Kundrat wrote: > > This patch does: > > - set MS_RDONLY flag in cramfs superblock > > - doesnt allow -w remount in do_remount_sb > > if the filesystem