Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7431
b: refs/heads/master
c: e89bbd3
h: refs/heads/master
i:
  7429: ca5bfcf
  7427: e7cd194
  7423: 6decc40
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Sep 7, 2005
1 parent b556e94 commit 5338d05
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 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: c320aa545bc3921fc2b192ab0443218d27a2738c
refs/heads/master: e89bbd3a0b3c054d9a94feb0db7bbae1cdb99e54
1 change: 0 additions & 1 deletion trunk/fs/hostfs/hostfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ struct hostfs_iattr {
struct timespec ia_atime;
struct timespec ia_mtime;
struct timespec ia_ctime;
unsigned int ia_attr_flags;
};

extern int stat_file(const char *path, unsigned long long *inode_out,
Expand Down
10 changes: 0 additions & 10 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,18 +281,8 @@ struct iattr {
struct timespec ia_atime;
struct timespec ia_mtime;
struct timespec ia_ctime;
unsigned int ia_attr_flags;
};

/*
* This is the inode attributes flag definitions
*/
#define ATTR_FLAG_SYNCRONOUS 1 /* Syncronous write */
#define ATTR_FLAG_NOATIME 2 /* Don't update atime */
#define ATTR_FLAG_APPEND 4 /* Append-only file */
#define ATTR_FLAG_IMMUTABLE 8 /* Immutable file */
#define ATTR_FLAG_NODIRATIME 16 /* Don't update atime for directory */

/*
* Includes for diskquotas.
*/
Expand Down

0 comments on commit 5338d05

Please sign in to comment.