All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] Question Re: fs/udf/super.c
@ 2005-11-13  2:10 Gabriel A. Devenyi
  2005-11-13  2:47 ` Matthew Wilcox
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel A. Devenyi @ 2005-11-13  2:10 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

At line 795 we see this

--clip--
return 1;
		
		for (newfileset.partitionReferenceNum=UDF_SB_NUMPARTS(sb)-1;
			(newfileset.partitionReferenceNum != 0xFFFF &&
				fileset->logicalBlockNum == 0xFFFFFFFF &&
				fileset->partitionReferenceNum == 0xFFFF);
			newfileset.partitionReferenceNum--)
		{
--40 more lines--

Anyone see a reason why this code that never runs shouldn't be removed?

-- 
Gabriel A. Devenyi
ace@staticwave.ca

[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2005-11-13  2:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-13  2:10 [KJ] Question Re: fs/udf/super.c Gabriel A. Devenyi
2005-11-13  2:47 ` Matthew Wilcox

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.