Magellan Linux

Annotation of /trunk/pmount/patches/pmount-0.9.20-ext4.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 912 - (hide annotations) (download)
Thu Oct 29 00:07:57 2009 UTC (14 years, 7 months ago) by niro
File size: 1481 byte(s)
support ext4

1 niro 912 From 336cef495d601036b6455f0539fe0d505e20ed04 Mon Sep 17 00:00:00 2001
2     From: Vincent Fourmond <fourmond@debian.org>
3     Date: Mon, 14 Sep 2009 22:55:21 +0200
4     Subject: [PATCH] Finally whitelisting ext4 FS, now that I got myself familiar with it
5    
6     ---
7     src/fs.c | 1 +
8     1 files changed, 1 insertions(+), 0 deletions(-)
9    
10     diff --git a/src/fs.c b/src/fs.c
11     index d184f92..65ea0c7 100644
12     --- a/src/fs.c
13     +++ b/src/fs.c
14     @@ -28,6 +28,7 @@ static struct FS supported_fs[] = {
15     ",file_umask=%04o,dir_umask=%04o"},
16     { "ext3", "nodev,noauto,nosuid,user,errors=remount-ro", 0, NULL, 0 },
17     { "ext2", "nodev,noauto,nosuid,user,errors=remount-ro", 0, NULL, 0 },
18     + { "ext4", "nodev,noauto,nosuid,user,errors=remount-ro", 0, NULL, 0 },
19     { "reiserfs", "nodev,noauto,nosuid,user", 0, NULL, 0 },
20     { "reiser4", "nodev,noauto,nosuid,user", 0, NULL, 0 },
21     { "xfs", "nodev,noauto,nosuid,user", 0, NULL, 0 },
22     --
23     1.6.3.3
24    
25     From 804eb6da31801c2f66d39652f2955f566cfc73ce Mon Sep 17 00:00:00 2001
26     From: Vincent Fourmond <fourmond@debian.org>
27     Date: Thu, 17 Sep 2009 20:09:53 +0200
28     Subject: [PATCH] Updating manual page for etx4 as well
29    
30     ---
31     man/pmount.1 | 1 +
32     1 files changed, 1 insertions(+), 0 deletions(-)
33    
34     diff --git a/man/pmount.1 b/man/pmount.1
35     index d195076..dcc02d5 100644
36     --- a/man/pmount.1
37     +++ b/man/pmount.1
38     @@ -276,6 +276,7 @@ supports the following filesystems:
39     .IR hfs ,
40     .IR ext3 ,
41     .IR ext2 ,
42     +.IR ext4 ,
43     .IR reiserfs ,
44     .IR reiser4 ,
45     .IR xfs ,
46     --
47     1.6.3.3
48