linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <OF13B342CA.3B3F39AC-ON88257ACD.0080BC4F-88257ACD.00815B0B@us.ibm.com>]
  • * notify_deviceid_type4
    @ 2012-12-01  5:54 Marc Eshel
      2012-12-09  9:42 ` notify_deviceid_type4 Benny Halevy
      0 siblings, 1 reply; 11+ messages in thread
    From: Marc Eshel @ 2012-12-01  5:54 UTC (permalink / raw)
      To: Trond Myklebust, J. Bruce Fields; +Cc: linux-nfs-owner, linux-nfs
    
    The spec defines notify_deviceid_type4 as:
    
    20.12.1.  ARGUMENT
       /*
        * Device notification types.
        */
       enum notify_deviceid_type4 {
               NOTIFY_DEVICEID4_CHANGE = 1,
               NOTIFY_DEVICEID4_DELETE = 2
       };
    
    
    but the Linux code in nfs4.h has, is that going to be fixed?
    
    enum pnfs_notify_deviceid_type4 {
            NOTIFY_DEVICEID4_CHANGE = 1 << 1,
            NOTIFY_DEVICEID4_DELETE = 1 << 2,
    };
    
    
    ^ permalink raw reply	[flat|nested] 11+ messages in thread

    end of thread, other threads:[~2012-12-11 19:01 UTC | newest]
    
    Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <OFF752FE87.86716271-ON88257AC7.002025E3-88257AC7.00206C04@LocalDomain>
         [not found] ` <OF13B342CA.3B3F39AC-ON88257ACD.0080BC4F-88257ACD.00815AED@LocalDomain>
    2012-12-07 23:46   ` notify_deviceid_type4 Marc Eshel
         [not found] ` <OF13B342CA.3B3F39AC-ON88257ACD.0080BC4F-88257ACD.00815B0B@us.ibm.com>
         [not found]   ` <4FA345DA4F4AE44899BD2B03EEEC2FA90B33D909@SACEXCMBX04-PRD.hq.netapp.com>
    2012-12-08  0:10     ` notify_deviceid_type4 Marc Eshel
    2012-12-08  1:24       ` notify_deviceid_type4 Jim Rees
    2012-12-01  5:54 notify_deviceid_type4 Marc Eshel
    2012-12-09  9:42 ` notify_deviceid_type4 Benny Halevy
    2012-12-09 16:43   ` notify_deviceid_type4 Marc Eshel
         [not found]     ` <CAEMWVhsh0SvLX8MY8cghOmbYExpqFLYgUFVuai_RyaYu3EErvw@mail.gmail.com>
    2012-12-09 18:05       ` notify_deviceid_type4 Marc Eshel
         [not found]         ` <CAEMWVhv3GwJh1nTNYeCm4AnrDVdZbrJLS4DeKn4C6iHkJ5-jbA@mail.gmail.com>
    2012-12-09 21:46           ` notify_deviceid_type4 Marc Eshel
    2012-12-10  2:51           ` notify_deviceid_type4 Marc Eshel
    2012-12-11 11:20         ` notify_deviceid_type4 Benny Halevy
    2012-12-11 19:01           ` notify_deviceid_type4 Marc Eshel
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).