[merged] introduce-sys_syncfs-to-sync-a-single-file-system-v3.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     introduce-sys_syncfs-to-sync-a-single-file-system-v3
has been removed from the -mm tree.  Its filename was
     introduce-sys_syncfs-to-sync-a-single-file-system-v3.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: introduce-sys_syncfs-to-sync-a-single-file-system-v3
From: Sage Weil <sage@xxxxxxxxxxxx>

Signed-off-by: Sage Weil <sage@xxxxxxxxxxxx>
Cc: Arnd Bergmann <arnd@xxxxxxxx>
Cc: Michael Kerrisk <mtk.manpages@xxxxxxxxx>
Cc: Jonathan Nieder <jrnieder@xxxxxxxxx
Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Cc: Christoph Hellwig <hch@xxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 include/asm-generic/unistd.h |    4 +++-
 include/linux/syscalls.h     |    1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff -puN include/asm-generic/unistd.h~introduce-sys_syncfs-to-sync-a-single-file-system-v3 include/asm-generic/unistd.h
--- a/include/asm-generic/unistd.h~introduce-sys_syncfs-to-sync-a-single-file-system-v3
+++ a/include/asm-generic/unistd.h
@@ -650,9 +650,11 @@ __SYSCALL(__NR_fanotify_mark, sys_fanoti
 __SYSCALL(__NR_name_to_handle_at, sys_name_to_handle_at)
 #define __NR_open_by_handle_at		265
 __SYSCALL(__NR_open_by_handle_at, sys_open_by_handle_at)
+#define __NR_syncfs 266
+__SYSCALL(__NR_syncfs, sys_syncfs)
 
 #undef __NR_syscalls
-#define __NR_syscalls 266
+#define __NR_syscalls 267
 
 /*
  * All syscalls below here should go away really,
diff -puN include/linux/syscalls.h~introduce-sys_syncfs-to-sync-a-single-file-system-v3 include/linux/syscalls.h
--- a/include/linux/syscalls.h~introduce-sys_syncfs-to-sync-a-single-file-system-v3
+++ a/include/linux/syscalls.h
@@ -825,6 +825,7 @@ asmlinkage long sys_fanotify_init(unsign
 asmlinkage long sys_fanotify_mark(int fanotify_fd, unsigned int flags,
 				  u64 mask, int fd,
 				  const char  __user *pathname);
+asmlinkage long sys_syncfs(int fd);
 
 int kernel_execve(const char *filename, const char *const argv[], const char *const envp[]);
 
_

Patches currently in -mm which might be from sage@xxxxxxxxxxxx are

origin.patch
include-asm-generic-unistdh-fix-syncfs-syscall-number.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux