search for: has_ms_loop_no_aop

Displaying 1 result from an estimated 1 matches for "has_ms_loop_no_aop".

Did you mean: has_ms_loop_no_aops
2008 May 15
3
[PATCH 1/4] ocfs2: Fixes pipe_buf_operations->pin switch to confirm in 2.6.23.
...), 0 deletions(-) create mode 100644 kapi-compat/include/pipe_buf_operations.h diff --git a/Config.make.in b/Config.make.in index b7d553d..1abcc55 100644 --- a/Config.make.in +++ b/Config.make.in @@ -95,6 +95,7 @@ NO_LINUX_UACCESS_H = @NO_LINUX_UACCESS_H@ NO_SYSTEM_UTSNAME = @NO_SYSTEM_UTSNAME@ HAS_MS_LOOP_NO_AOPS = @HAS_MS_LOOP_NO_AOPS@ HAS_FOPS_SENDFILE = @HAS_FOPS_SENDFILE@ +NO_CONFIRM_IN_STRUCT_PIPE_BUF_OPERATIONS = @NO_CONFIRM_IN_STRUCT_PIPE_BUF_OPERATIONS@ OCFS_DEBUG = @OCFS_DEBUG@ diff --git a/configure.in b/configure.in index bc5187f..94d981a 100644 --- a/configure.in +++ b/configure.in @@ -4...