Hi there,
   time to time I'm trying to build release candidates with the latest rc code
   of aufs. Here my findings for linux 3.14-rc3:
     CC      block/scsi_ioctl.o
   In file included from include/linux/fs.h:8:0,
                    from include/linux/fsnotify_backend.h:13,
                    from include/linux/fsnotify.h:14,
                    from fs/aufs/inode.h:27,
                    from fs/aufs/dynop.h:27,
                    from fs/aufs/branch.h:28,
                    from fs/aufs/aufs.h:37,
                    from fs/aufs/hfsnotify.c:22:
   fs/aufs/hfsnotify.c: In function 'au_hfsn_handle_event':
     CC      security/lsm_audit.o
   fs/aufs/hfsnotify.c:168:62: error: 'struct fsnotify_event' has no member
   named 'name_len'
     struct qstr h_child_qstr = QSTR_INIT(event->file_name, event->name_len);
                                                                 ^
   include/linux/dcache.h:55:37: note: in definition of macro 'QSTR_INIT'
    #define QSTR_INIT(n,l) { { { .len = l } }, .name = n }
                                        ^
   fs/aufs/hfsnotify.c:168:44: error: 'struct fsnotify_event' has no member
   named 'file_name'
     struct qstr h_child_qstr = QSTR_INIT(event->file_name, event->name_len);
                                               ^
   include/linux/dcache.h:55:52: note: in definition of macro 'QSTR_INIT'
    #define QSTR_INIT(n,l) { { { .len = l } }, .name = n }
                                                       ^
   fs/aufs/hfsnotify.c:179:15: error: 'struct fsnotify_event' has no member
   named 'to_tell'
     h_dir = event->to_tell;
                  ^
   fs/aufs/hfsnotify.c: At top level:
   fs/aufs/hfsnotify.c:215:2:  error:  unknown  field 'should_send_event'
   specified in initializer
     .should_send_event = au_hfsn_should_send_event,
     ^
   fs/aufs/hfsnotify.c:215:2: warning: initialization from incompatible pointer
   type [enabled by default]
   fs/aufs/hfsnotify.c:215:2:    warning:    (near   initialization   for
   'au_hfsn_ops.handle_event') [enabled by default]
   fs/aufs/hfsnotify.c:216:2: warning: initialization from incompatible pointer
   type [enabled by default]
     .handle_event  = au_hfsn_handle_event,
     ^
   fs/aufs/hfsnotify.c:216:2:    warning:    (near   initialization   for
   'au_hfsn_ops.handle_event') [enabled by default]
   scripts/Makefile.build:308: recipe for target 'fs/aufs/hfsnotify.o' failed
   make[2]: *** [fs/aufs/hfsnotify.o] Error 1
   scripts/Makefile.build:455: recipe for target 'fs/aufs' failed
   make[1]: *** [fs/aufs] Error 2
   Makefile:839: recipe for target 'fs' failed
   make: *** [fs] Error 2
   make: *** Waiting for unfinished jobs....
   Hope this helps.
   kind regards
   Philip MÃŒller
   --------------------------
   Manjaro Lead-Dev
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk

Reply via email to