Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207693
b: refs/heads/master
c: 6e00670
h: refs/heads/master
i:
  207691: 3b2c3d8
v: v3
  • Loading branch information
Alexey Dobriyan authored and Eric Paris committed Jul 28, 2010
1 parent fd634a8 commit 4cbf507
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 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: 59b0df211bd9699d7e0d01fcf9345a149f75b033
refs/heads/master: 6e006701ccc1590500186ef21e074bd900c5dd67
1 change: 1 addition & 0 deletions trunk/include/linux/dnotify.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ struct dnotify_struct {
FS_CREATE | FS_DN_RENAME |\
FS_MOVED_FROM | FS_MOVED_TO)

extern int dir_notify_enable;
extern void dnotify_flush(struct file *, fl_owner_t);
extern int fcntl_dirnotify(int, struct file *, unsigned long);

Expand Down
3 changes: 0 additions & 3 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,6 @@ extern int get_max_files(void);
extern int sysctl_nr_open;
extern struct inodes_stat_t inodes_stat;
extern int leases_enable, lease_break_time;
#ifdef CONFIG_DNOTIFY
extern int dir_notify_enable;
#endif

struct buffer_head;
typedef int (get_block_t)(struct inode *inode, sector_t iblock,
Expand Down
1 change: 1 addition & 0 deletions trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include <linux/times.h>
#include <linux/limits.h>
#include <linux/dcache.h>
#include <linux/dnotify.h>
#include <linux/syscalls.h>
#include <linux/vmstat.h>
#include <linux/nfs_fs.h>
Expand Down

0 comments on commit 4cbf507

Please sign in to comment.