Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28443
b: refs/heads/master
c: a805bad
h: refs/heads/master
i:
  28441: cecb2f5
  28439: 567ec19
v: v3
  • Loading branch information
Nathan Scott committed Jun 18, 2006
1 parent 8b2567f commit 6428678
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6fe90e6d1451a05db37b2a582410ddcb45af3606
refs/heads/master: a805bad5daae8d4f92ce46f467484d4867e996d4
6 changes: 0 additions & 6 deletions trunk/fs/xfs/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
config XFS_FS
tristate "XFS filesystem support"
select EXPORTFS if NFSD!=n
help
XFS is a high performance journaling filesystem which originated
on the SGI IRIX platform. It is completely multi-threaded, can
Expand All @@ -18,11 +17,6 @@ config XFS_FS
system of your root partition is compiled as a module, you'll need
to use an initial ramdisk (initrd) to boot.

config XFS_EXPORT
bool
depends on XFS_FS && EXPORTFS
default y

config XFS_QUOTA
bool "XFS Quota support"
depends on XFS_FS
Expand Down
4 changes: 1 addition & 3 deletions trunk/fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2000-2005 Silicon Graphics, Inc.
* Copyright (c) 2000-2006 Silicon Graphics, Inc.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -796,9 +796,7 @@ xfs_fs_fill_super(
}

sb_min_blocksize(sb, BBSIZE);
#ifdef CONFIG_XFS_EXPORT
sb->s_export_op = &xfs_export_operations;
#endif
sb->s_qcop = &xfs_quotactl_operations;
sb->s_op = &xfs_super_operations;

Expand Down

0 comments on commit 6428678

Please sign in to comment.