mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] (1/6) alpha fixes
@ 2002-04-19  4:45 Alexander Viro
  2002-04-19  4:46 ` [PATCH] (2/6) " Alexander Viro
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Viro @ 2002-04-19  4:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

	Contents:
1)	bogus return value type for ->open() and ->release() on nfsd
(generic, caught on alpha since there ssize_t != int)

2)	missing defines/fields/includes for alpha (accumulated since 2.5.0)

3)	s/p_pptr/parent/, s/p_opptr/real_parent/ done for alpha

4)	(dumb) default_idle() provided (alpha)

5)	alpha/mm/init.c forgot to set max_pfn

6)	fixed off-by-PAGE_OFFSET in populate_pmd() (alpha, again)

	With that patchset the thing builds, boots and seems to be working
(on AS200).

diff -urN C8/fs/nfsd/nfsctl.c C8-nfsctl/fs/nfsd/nfsctl.c
--- C8/fs/nfsd/nfsctl.c	Sun Apr 14 17:53:09 2002
+++ C8-nfsctl/fs/nfsd/nfsctl.c	Thu Apr 18 23:21:29 2002
@@ -98,13 +98,13 @@
 	return size;
 }
 
-static ssize_t TA_open(struct inode *inode, struct file *file)
+static int TA_open(struct inode *inode, struct file *file)
 {
 	file->private_data = NULL;
 	return 0;
 }
 
-static ssize_t TA_release(struct inode *inode, struct file *file)
+static int TA_release(struct inode *inode, struct file *file)
 {
 	void *p = file->private_data;
 	file->private_data = NULL;


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

end of thread, other threads:[~2002-04-19  9:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-19  4:45 [PATCH] (1/6) alpha fixes Alexander Viro
2002-04-19  4:46 ` [PATCH] (2/6) " Alexander Viro
2002-04-19  4:46   ` [PATCH] (3/6) " Alexander Viro
2002-04-19  4:47     ` [PATCH] (4/6) " Alexander Viro
2002-04-19  4:47       ` [PATCH] (5/6) " Alexander Viro
2002-04-19  4:48         ` [PATCH] (6/6) " Alexander Viro
2002-04-19  9:23         ` [PATCH] (5/6) " Oliver Pitzeier

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

all inboxes | Powered by JetHome®