public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fallout from constified seq_operations
@ 2007-07-15 20:01 Al Viro
  2007-07-16  0:40 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2007-07-15 20:01 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, davem


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 net/atm/proc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/atm/proc.c b/net/atm/proc.c
index 88154da..99fc1fe 100644
--- a/net/atm/proc.c
+++ b/net/atm/proc.c
@@ -110,7 +110,7 @@ static inline void *vcc_walk(struct vcc_state *state, loff_t l)
 }
 
 static int __vcc_seq_open(struct inode *inode, struct file *file,
-	int family, struct seq_operations *ops)
+	int family, const struct seq_operations *ops)
 {
 	struct vcc_state *state;
 	struct seq_file *seq;
-- 
1.5.3.GIT



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

* Re: [PATCH] fallout from constified seq_operations
  2007-07-15 20:01 [PATCH] fallout from constified seq_operations Al Viro
@ 2007-07-16  0:40 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-07-16  0:40 UTC (permalink / raw)
  To: viro; +Cc: torvalds, linux-kernel

From: Al Viro <viro@ftp.linux.org.uk>
Date: Sun, 15 Jul 2007 21:01:12 +0100

> 
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Acked-by: David S. Miller <davem@davemloft.net>

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

end of thread, other threads:[~2007-07-16  0:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-15 20:01 [PATCH] fallout from constified seq_operations Al Viro
2007-07-16  0:40 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox