All of lore.kernel.org
 help / color / mirror / Atom feed
* cr: fix trivial compile error
@ 2011-02-14  2:11 Serge E. Hallyn
  2011-03-26  2:08 ` Oren Laadan
  0 siblings, 1 reply; 2+ messages in thread
From: Serge E. Hallyn @ 2011-02-14  2:11 UTC (permalink / raw)
  To: Oren Laadan,
	containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

diff --git a/fs/sysv/dir.c b/fs/sysv/dir.c
index 5bff486..6261993 100644
--- a/fs/sysv/dir.c
+++ b/fs/sysv/dir.c
@@ -25,7 +25,6 @@ const struct file_operations sysv_dir_operations = {
 	.read		= generic_read_dir,
 	.readdir	= sysv_readdir,
 	.fsync		= generic_file_fsync,
-	.fsync		= simple_fsync,
 #ifdef CONFIG_CHECKPOINT
 	.checkpoint	= generic_file_checkpoint,
 #endif

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: cr: fix trivial compile error
  2011-02-14  2:11 cr: fix trivial compile error Serge E. Hallyn
@ 2011-03-26  2:08 ` Oren Laadan
  0 siblings, 0 replies; 2+ messages in thread
From: Oren Laadan @ 2011-03-26  2:08 UTC (permalink / raw)
  To: Serge E. Hallyn; +Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA


Pulled for v23-rc2.

Oren.

On 02/13/2011 09:11 PM, Serge E. Hallyn wrote:
> diff --git a/fs/sysv/dir.c b/fs/sysv/dir.c
> index 5bff486..6261993 100644
> --- a/fs/sysv/dir.c
> +++ b/fs/sysv/dir.c
> @@ -25,7 +25,6 @@ const struct file_operations sysv_dir_operations = {
>  	.read		= generic_read_dir,
>  	.readdir	= sysv_readdir,
>  	.fsync		= generic_file_fsync,
> -	.fsync		= simple_fsync,
>  #ifdef CONFIG_CHECKPOINT
>  	.checkpoint	= generic_file_checkpoint,
>  #endif
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-26  2:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-14  2:11 cr: fix trivial compile error Serge E. Hallyn
2011-03-26  2:08 ` Oren Laadan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.