Merge branch '2254_fuse_preserve_attributes'

* 2254_fuse_preserve_attributes:
  Ticket #2254: not mark checkbox "preserve Attributes" for filesystem mount with FUSE (sshfs)
This commit is contained in:
Slava Zanko 2011-10-24 20:21:13 +03:00
commit 1f24672391
1 changed files with 1 additions and 2 deletions

View File

@ -124,7 +124,7 @@ int classic_progressbar = 1;
typedef enum { typedef enum {
MSDOS_SUPER_MAGIC = 0x4d44, MSDOS_SUPER_MAGIC = 0x4d44,
NTFS_SB_MAGIC = 0x5346544e, NTFS_SB_MAGIC = 0x5346544e,
NTFS_3G_MAGIC = 0x65735546, FUSE_MAGIC = 0x65735546,
PROC_SUPER_MAGIC = 0x9fa0, PROC_SUPER_MAGIC = 0x9fa0,
SMB_SUPER_MAGIC = 0x517B, SMB_SUPER_MAGIC = 0x517B,
NCP_SUPER_MAGIC = 0x564c, NCP_SUPER_MAGIC = 0x564c,
@ -198,7 +198,6 @@ filegui__check_attrs_on_fs (const char *fs_path)
{ {
case MSDOS_SUPER_MAGIC: case MSDOS_SUPER_MAGIC:
case NTFS_SB_MAGIC: case NTFS_SB_MAGIC:
case NTFS_3G_MAGIC:
case PROC_SUPER_MAGIC: case PROC_SUPER_MAGIC:
case SMB_SUPER_MAGIC: case SMB_SUPER_MAGIC:
case NCP_SUPER_MAGIC: case NCP_SUPER_MAGIC: