[CRIU] [PATCH 01/17] fsnotify: Rename inotify files to fsnotify
Pavel Emelyanov
xemul at parallels.com
Mon Dec 24 08:15:03 EST 2012
On 12/11/2012 01:33 AM, Cyrill Gorcunov wrote:
>
> 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
>
Git can preserve information about renames when generating diffs.
More information about the CRIU
mailing list