All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephane Wirtel <stephane.wirtel@belgacom.net>
To: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux v2.5.32
Date: Tue, 27 Aug 2002 22:48:27 +0200	[thread overview]
Message-ID: <20020827204827.GC24265@debian> (raw)
In-Reply-To: <Pine.LNX.4.44.0208271435150.3234-100000@hawkeye.luckynet.adm>


Hi, 

now, it's not a problem, just a comment.

but i have an other compile error, 

make[2]: Entering directory `/root/linux-2.5.32/fs/intermezzo'
  gcc-3.2 -Wp,-MD,./.vfs.o.d -D__KERNEL__ -I/root/linux-2.5.32/include
  -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
  -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
  -march=i686 -nostdinc -iwithprefix include    -DKBUILD_BASENAME=vfs   -c
  -o vfs.o vfs.c
  vfs.c: In function `presto_debug_fail_blkdev':
  vfs.c:134: invalid initializer
  vfs.c:136: warning: implicit declaration of function `is_read_only'
  vfs.c: In function `presto_do_rmdir':
  vfs.c:1244: warning: implicit declaration of function `double_down'
  vfs.c:1260: warning: implicit declaration of function `double_up'
  vfs.c: In function `presto_rename_dir':
  vfs.c:1627: warning: implicit declaration of function `triple_down'
  vfs.c:1644: warning: implicit declaration of function `triple_up'
  vfs.c: In function `lento_do_rename':
  vfs.c:1755: warning: implicit declaration of function `double_lock'
  vfs.c: In function `lento_iopen':
  vfs.c:1935: warning: concatenation of string literals with __FUNCTION__
  is deprecated
  make[2]: *** [vfs.o] Error 1
  make[2]: Leaving directory `/root/linux-2.5.32/fs/intermezzo'
  make[1]: *** [intermezzo] Error 2
  make[1]: Leaving directory `/root/linux-2.5.32/fs'
  make: *** [fs] Error 2
  bash-2.05a# 

i would like to make a patch, but i don't find is_read_only(kdev), and in
Documentation/filesystems/porting, i must to use bdev_read_only(bdev)

---------------- From Documentation/filesystems/porting
[recommended]
    
	    Use bdev_read_only(bdev) instead of is_read_only(kdev).  The latter 
		is still alive, but only because of the mess in drivers/s390/block/dasd.c.
		As soon as it gets fixed is_read_only() will die.
----------------		

	Stephane
On Tue, Aug 27, 2002 at 02:36:26PM -0600, Thunder from the hill wrote:
> Hi,
> 
> On Tue, 27 Aug 2002, Stephane Wirtel wrote:
> > a small compile error 
> 
> For a good reason:
> 
> >   i2o_block.c:43:2: #error Please convert me to
> > 	Documentation/DMA-mapping.txt
> 
> Still not done?
> 
> 			Thunder
> -- 
> --./../...-/. -.--/---/..-/.-./..././.-../..-. .---/..-/.../- .-
> --/../-./..-/-/./--..-- ../.----./.-../.-.. --./../...-/. -.--/---/..-
> .- -/---/--/---/.-./.-./---/.--/.-.-.-
> --./.-/-.../.-./.././.-../.-.-.-
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
Stephane Wirtel <stephane.wirtel@belgacom.net>
Web : www.linux-mons.be	 "Linux Is Not UniX !!!"

  reply	other threads:[~2002-08-27 20:44 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-27 19:47 Linux v2.5.32 Linus Torvalds
2002-08-27 20:22 ` Stephane Wirtel
2002-08-27 20:36   ` Thunder from the hill
2002-08-27 20:48     ` Stephane Wirtel [this message]
2002-08-27 20:54   ` Gabor Z. Papp
2002-08-28  6:18     ` Jan-Benedict Glaw
2002-08-28  7:41       ` Edward Coffey
2002-08-28  8:35       ` Russell King
2002-08-27 20:43 ` Udo A. Steinberg
2002-08-27 20:47   ` Andre Hedrick
2002-08-27 20:47   ` Alexander Viro
2002-08-27 22:35     ` Alan Cox
2002-08-28  2:07       ` [PATCH] " Alexander Viro
2002-08-28  1:21     ` Arador
2002-08-28  2:17       ` Alexander Viro
2002-08-27 22:28 ` Chris Funderburg (at home)
2002-08-28  7:31 ` Linux v2.5.32 - some menuconfig oddities Helge Hafting
2002-08-28  7:43   ` Gabor Kerenyi
2002-08-28  8:14 ` Linux v2.5.32 Edward Coffey
2002-08-28  8:17   ` Writing files to remote storage Kevin Liao
2002-08-28 14:18     ` Alan Cox
2002-08-28 13:00 ` 2.5.32 doesn't beep? Mikael Pettersson
2002-08-28 13:05   ` Vojtech Pavlik
2002-08-28 13:12     ` Mikael Pettersson
2002-08-28 13:58     ` Gerhard Mack
2002-08-28 14:33       ` Jos Hulzink
2002-08-28 14:49       ` Vojtech Pavlik
2002-08-28 20:04     ` Mikael Pettersson
2002-08-28 20:30       ` Vojtech Pavlik
2002-08-29  8:41         ` Gerd Knorr
2002-08-28 17:21 ` Linux v2.5.32 Adrian Bunk
2002-08-31 16:54 ` Linux v2.5.32 (Config options to have a working keyboard) Axel Siebenwirth
  -- strict thread matches above, loose matches on Subject: below --
2002-08-27 23:50 Linux v2.5.32 Michel Eyckmans (MCE)
2002-08-28  0:43 rwhron
2002-08-28  1:15 ` Andre Hedrick
2002-08-28  2:21   ` Alexander Viro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020827204827.GC24265@debian \
    --to=stephane.wirtel@belgacom.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.