[CRIU] [PATCH 01/17] fsnotify: Rename inotify files to fsnotify
Cyrill Gorcunov
gorcunov at openvz.org
Mon Dec 10 16:33:57 EST 2012
We will be handling both inotify and fanotify
objects here thus to make less confusion rename
the files to fsnotify.
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
Makefile | 2 +-
cr-dump.c | 2 +-
cr-restore.c | 2 +-
fsnotify.c | 261 ++++++++++++++++++++++++++++++++++++++++++++++++
image.c | 2 +-
include/fsnotify.h | 18 ++++
include/inotify.h | 18 ----
include/proc_parse.h | 2 +-
inotify.c | 261 ------------------------------------------------
protobuf.c | 2 +-
protobuf/Makefile | 2 +-
protobuf/fsnotify.proto | 18 ++++
protobuf/inotify.proto | 18 ----
13 files changed, 304 insertions(+), 304 deletions(-)
create mode 100644 fsnotify.c
create mode 100644 include/fsnotify.h
delete mode 100644 include/inotify.h
delete mode 100644 inotify.c
create mode 100644 protobuf/fsnotify.proto
delete mode 100644 protobuf/inotify.proto
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-fsnotify-Rename-inotify-files-to-fsnotify.patch
Type: text/x-patch
Size: 17919 bytes
Desc: not available
URL: <http://lists.openvz.org/pipermail/criu/attachments/20121211/f9876d96/attachment.bin>
More information about the CRIU
mailing list