Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207605
b: refs/heads/master
c: e9fd702
h: refs/heads/master
i:
  207603: 6f72ce2
v: v3
  • Loading branch information
Eric Paris committed Jul 28, 2010
1 parent 965fc02 commit 54c9692
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 62 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: ae7b8f4108bcffb42173f867ce845268c7202d48
refs/heads/master: e9fd702a58c49dbb14481dca88dad44758da393a
5 changes: 4 additions & 1 deletion trunk/include/linux/fsnotify_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@
FS_MOVED_FROM | FS_MOVED_TO | FS_CREATE |\
FS_DELETE)

#define FS_MOVE (FS_MOVED_FROM | FS_MOVED_TO)

/* listeners that hard code group numbers near the top */
#define DNOTIFY_GROUP_NUM UINT_MAX
#define INOTIFY_GROUP_NUM (DNOTIFY_GROUP_NUM-1)
#define AUDIT_WATCH_GROUP_NUM (DNOTIFY_GROUP_NUM-1)
#define INOTIFY_GROUP_NUM (AUDIT_WATCH_GROUP_NUM-1)

struct fsnotify_group;
struct fsnotify_event;
Expand Down
Loading

0 comments on commit 54c9692

Please sign in to comment.