Re: [PATCH v2] inotify: update documentation to reflect code changes

2015-02-05 Thread Zhang Zhen
Hi Andrew Morton, I noticed there is no a git tree about notify, and i don't know which tree this patch should be included in. Can you include this patch in your git tree? Best regards! On 2015/2/5 22:49, Jan Kara wrote: > On Wed 04-02-15 11:01:56, Zhang Zhen wrote: >> The inotify interface has c

Re: [PATCH v2] inotify: update documentation to reflect code changes

2015-02-05 Thread Jan Kara
On Wed 04-02-15 11:01:56, Zhang Zhen wrote: > The inotify interface has changed a lot. The user interface was > too old, and the kernel interface was removed by Eric Paris in > commit: 2dfc1ca inotify: remove inotify in kernel interface. > > Change v1 -> v2: > - Deleted the user interface followin

[PATCH v2] inotify: update documentation to reflect code changes

2015-02-03 Thread Zhang Zhen
The inotify interface has changed a lot. The user interface was too old, and the kernel interface was removed by Eric Paris in commit: 2dfc1ca inotify: remove inotify in kernel interface. Change v1 -> v2: - Deleted the user interface following Heinrich's and Honza's suggestion Signed-off-by: Zhan