~ubuntu-branches/ubuntu/utopic/aufs/utopic

« back to all changes in this revision

Viewing changes to fs/aufs/sysaufs.c

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2008-01-30 15:27:04 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080130152704-uvd64xgdg17ro2s8
Tags: 0+20080129-1
* New upstream snapshot
* 01_vserver_apparmor: Combined patch for vServer and AppArmor Kernels
  - AppArmor kernels have no ia_file, do not use it (LP: #182481)
  - AppArmor patch written by Joerg Schirottke for Kanotix (thank you!)
  - Replaces 01_vserver and 06_ubuntu
* 03_missing_headers: Define the magic numbers for XFS and TMPFS
* 04_sec_perm: Do not use security_inode_permission with kernel >= 2.6.24
* Inform about available pre-compiled modules in aufs-source description
* conf.mk:
  - Rewrite automatic configuration part, define a function and call it
  - Activate the AUFS_FAKE_DM only if the lhash patch has not been applied

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
17
17
 */
18
18
 
19
 
/* $Id: sysaufs.c,v 1.23 2007/11/26 01:32:50 sfjro Exp $ */
 
19
/* $Id: sysaufs.c,v 1.24 2008/01/21 04:56:54 sfjro Exp $ */
20
20
 
21
21
#include <linux/module.h>
22
22
#include <linux/seq_file.h>
423
423
#ifdef CONFIG_AUFS_COMPAT
424
424
        puts_bool(COMPAT);
425
425
#endif
 
426
#ifdef DbgUdbaRace
 
427
        if (!err)
 
428
                err = seq_printf(seq, "DbgUdbaRace=%d\n", DbgUdbaRace);
 
429
#endif
426
430
 
427
431
#undef puts_bool
428
432
#undef puts