[CRIU] [PATCH 01/17] fsnotify: Rename inotify files to fsnotify
Cyrill Gorcunov
gorcunov at openvz.org
Mon Dec 24 08:35:53 EST 2012
On Mon, Dec 24, 2012 at 05:15:03PM +0400, Pavel Emelyanov wrote:
> >
> > 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
Yeah, sorry, forgot -M flag here.
Cyrill
More information about the CRIU
mailing list