All of lore.kernel.org
 help / color / mirror / Atom feed
* [proposal] remove struct file *file from aops
@ 2005-08-23  7:18 Coywolf Qi Hunt
  2005-08-23  7:42 ` Andrew Morton
  2005-08-23  7:49 ` gxkahn
  0 siblings, 2 replies; 3+ messages in thread
From: Coywolf Qi Hunt @ 2005-08-23  7:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

Hello,

The argument struct file *file in aops { .readpage, .readpages,
prepare_write, .commit_wirte } is not used.  I'd like to file a series
of patches to clean it up. Are there any other concerns?

thanks
-- 
Coywolf Qi Hunt
http://ahbl.org/~coywolf/

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

* Re: [proposal] remove struct file *file from aops
  2005-08-23  7:18 [proposal] remove struct file *file from aops Coywolf Qi Hunt
@ 2005-08-23  7:42 ` Andrew Morton
  2005-08-23  7:49 ` gxkahn
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2005-08-23  7:42 UTC (permalink / raw)
  To: Coywolf Qi Hunt; +Cc: linux-kernel

Coywolf Qi Hunt <coywolf@gmail.com> wrote:
>
> Hello,
> 
> The argument struct file *file in aops { .readpage, .readpages,
> prepare_write, .commit_wirte } is not used.  I'd like to file a series
> of patches to clean it up. Are there any other concerns?

NFS uses it in readpage().

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

* Re: [proposal] remove struct file *file from aops
  2005-08-23  7:18 [proposal] remove struct file *file from aops Coywolf Qi Hunt
  2005-08-23  7:42 ` Andrew Morton
@ 2005-08-23  7:49 ` gxkahn
  1 sibling, 0 replies; 3+ messages in thread
From: gxkahn @ 2005-08-23  7:49 UTC (permalink / raw)
  To: linux-kernel; +Cc: Coywolf Qi Hunt

Coywolf Qi Hunt wrote:

>Hello,
>
>The argument struct file *file in aops { .readpage, .readpages,
>prepare_write, .commit_wirte } is not used.  I'd like to file a series
>of patches to clean it up. Are there any other concerns?
>
>thanks
>  
>
It used with HTTPFS or FTPFS. Should be checked with FUSE people.

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

end of thread, other threads:[~2005-08-23  7:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-23  7:18 [proposal] remove struct file *file from aops Coywolf Qi Hunt
2005-08-23  7:42 ` Andrew Morton
2005-08-23  7:49 ` gxkahn

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.