Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124921
b: refs/heads/master
c: ddcd856
h: refs/heads/master
i:
  124919: 85eb690
v: v3
  • Loading branch information
Christoph Hellwig authored and Lachlan McIlroy committed Dec 4, 2008
1 parent 0750b79 commit aa8f661
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 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: e5d412f17846b0aea9e5250926f994ab2e4e1006
refs/heads/master: ddcd856d81861a523d79d077facd875da1f66792
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
#include "xfs_inode.h"
#include "xfs_error.h"
#include "xfs_rw.h"
#include "xfs_ioctl32.h"
#include "xfs_vnodeops.h"
#include "xfs_da_btree.h"
#include "xfs_ioctl.h"

#include <linux/dcache.h>
#include <linux/smp_lock.h>
Expand Down
12 changes: 12 additions & 0 deletions trunk/fs/xfs/linux-2.6/xfs_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,16 @@ xfs_attrmulti_attr_remove(
char *name,
__uint32_t flags);

extern long
xfs_file_compat_ioctl(
struct file *file,
unsigned int cmd,
unsigned long arg);

extern long
xfs_file_compat_ioctl_invis(
struct file *file,
unsigned int cmd,
unsigned long arg);

#endif
3 changes: 0 additions & 3 deletions trunk/fs/xfs/linux-2.6/xfs_ioctl32.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@

#include <linux/compat.h>

extern long xfs_file_compat_ioctl(struct file *, unsigned, unsigned long);
extern long xfs_file_compat_invis_ioctl(struct file *, unsigned, unsigned long);

/*
* on 32-bit arches, ioctl argument structures may have different sizes
* and/or alignment. We define compat structures which match the
Expand Down

0 comments on commit aa8f661

Please sign in to comment.