device.h: move 'struct driver' stuff out to device/driver.h
[sfrench/cifs-2.6.git] / include / linux / nfs_fs_sb.h
index df61ff8981e8ff0b60ad4246cfdf5c0d1a6e70b2..c176f705bf98f025d0e68596f30abdf75c41b790 100644 (file)
@@ -279,5 +279,6 @@ struct nfs_server {
 #define NFS_CAP_COPY           (1U << 24)
 #define NFS_CAP_OFFLOAD_CANCEL (1U << 25)
 #define NFS_CAP_LAYOUTERROR    (1U << 26)
+#define NFS_CAP_COPY_NOTIFY    (1U << 27)
 
 #endif