Re: [patch] make tmpfs_statfs more user friendly

2001-02-05 Thread Christoph Rohland
Hi Andreas, On Mon, 5 Feb 2001, Andreas Dilger wrote: >> diff -uNr 2.4.1-tmpfs/mm/shmem.c 2.4.1-tmpfs-fstat/mm/shmem.c >> --- 2.4.1-tmpfs/mm/shmem.c Sun Feb 4 16:08:57 2001 >> +++ 2.4.1-tmpfs-fstat/mm/shmem.c Sun Feb 4 16:09:50 2001 >> @@ -696,13 +696,20 @@ >> buf->f_type =

Re: [patch] make tmpfs_statfs more user friendly

2001-02-05 Thread Andreas Dilger
Christoph Rohland writes: > The following patch make shmem_statfs report some sensible size > estimates in the case that the user does not give a size limit. > > This should make it more error prone when used as /tmp less? > diff -uNr 2.4.1-tmpfs/mm/shmem.c

Re: [patch] make tmpfs_statfs more user friendly

2001-02-05 Thread Andreas Dilger
Christoph Rohland writes: The following patch make shmem_statfs report some sensible size estimates in the case that the user does not give a size limit. This should make it more error prone when used as /tmp less? diff -uNr 2.4.1-tmpfs/mm/shmem.c

Re: [patch] make tmpfs_statfs more user friendly

2001-02-05 Thread Christoph Rohland
Hi Andreas, On Mon, 5 Feb 2001, Andreas Dilger wrote: diff -uNr 2.4.1-tmpfs/mm/shmem.c 2.4.1-tmpfs-fstat/mm/shmem.c --- 2.4.1-tmpfs/mm/shmem.c Sun Feb 4 16:08:57 2001 +++ 2.4.1-tmpfs-fstat/mm/shmem.c Sun Feb 4 16:09:50 2001 @@ -696,13 +696,20 @@ buf-f_type = TMPFS_MAGIC;

Re: [patch] make tmpfs_statfs more user friendly

2001-02-04 Thread Christoph Rohland
Christoph Rohland <[EMAIL PROTECTED]> writes: > The following patch make shmem_statfs report some sensible size > estimates in the case that the user does not give a size limit. > > This should make it more error prone when used as /tmp Oh well, Lars pointed out that

[patch] make tmpfs_statfs more user friendly

2001-02-04 Thread Christoph Rohland
Hi Alan, The following patch make shmem_statfs report some sensible size estimates in the case that the user does not give a size limit. This should make it more error prone when used as /tmp Greetings Christoph diff -uNr 2.4.1-tmpfs/mm/shmem.c 2.4.1-tmpfs-fstat/mm/shmem.c ---

[patch] make tmpfs_statfs more user friendly

2001-02-04 Thread Christoph Rohland
Hi Alan, The following patch make shmem_statfs report some sensible size estimates in the case that the user does not give a size limit. This should make it more error prone when used as /tmp Greetings Christoph diff -uNr 2.4.1-tmpfs/mm/shmem.c 2.4.1-tmpfs-fstat/mm/shmem.c ---

Re: [patch] make tmpfs_statfs more user friendly

2001-02-04 Thread Christoph Rohland
Christoph Rohland [EMAIL PROTECTED] writes: The following patch make shmem_statfs report some sensible size estimates in the case that the user does not give a size limit. This should make it more error prone when used as /tmp Oh well, Lars pointed out that I was